xenocara/driver/xf86-video-intel/Makefile.bsd-wrapper
jsg af3873fce2 Build xf86-video-intel with --enable-kms-only. The i810/i815 UMS code
builds but won't work as the X server stopped supporting XAA multiple
major releases ago.  Furthermore it requires the userland AGP interface
that was removed from the kernel with 5.6.  These devices should work
fine with the vesa driver.

ok kettenis@
2014-12-15 13:17:34 +00:00

14 lines
271 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2014/12/15 13:17:34 jsg Exp $
.include <bsd.xconf.mk>
.if ${XENOCARA_BUILD_DRI:L} != "yes"
CONFIGURE_ARGS+= --disable-dri
.endif
CONFIGURE_ARGS+= --enable-kms-only
SHARED_LIBS= IntelXvMC 3.0 I810XvMC 3.0
.include <bsd.xorg.mk>