updates for xf86-video-intel 6afed33b2d673d88674f0c76efe500ae414e8e1b.

This commit is contained in:
mrg 2019-03-20 07:18:07 +00:00
parent c239c1322c
commit b950d126e6
1 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2019/01/02 22:58:44 mrg Exp $
# $NetBSD: Makefile,v 1.30 2019/03/20 07:18:07 mrg Exp $
.include <bsd.own.mk>
@ -41,6 +41,7 @@ SRCS+= gen7_render.c
SRCS+= gen8_eu.c
SRCS+= gen8_render.c
SRCS+= gen8_vertex.c
SRCS+= gen9_render.c
SRCS+= sna_accel.c
SRCS+= sna_acpi.c
@ -126,11 +127,11 @@ SRCS+= intel_uxa.c
SRCS+= intel_uxa_video.c
SRCS+= intel_video.c
SRCS+= intel_video_overlay.c
SRCS+= uxa.c
SRCS+= uxa-accel.c
SRCS+= uxa-glyphs.c
SRCS+= uxa-render.c
SRCS+= uxa-unaccel.c
SRCS+= uxa.c
MAN= intel.4
@ -181,8 +182,12 @@ CPPFLAGS+= -DUSE_UXA=1
# XXX This should not be hard-coded here...
DRI_DRIVER_PATH= /usr/X11R7/lib/modules/dri
CPPFLAGS+= -DDRI_DRIVER_PATH=\"${DRI_DRIVER_PATH:Q}\"
CPPFLAGS+= -DHAVE_XF86_CURSOR_RESET_CURSOR
CPPFLAGS+= -DDRI_DRIVER_PATH=\"${DRI_DRIVER_PATH:Q}\" \
-DHAVE_XF86_CURSOR_RESET_CURSOR \
-DDEFAULT_DRI_LEVEL=2
# XXX new version things:
CPPFLAGS+= -DHAVE_DEV_WSCONS_WSCONSIO_H
# XXX Probably better to set this in Makefile.xf86-driver, conditional
# on ELF &c.