2014-12-15 06:17:34 -07:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2014/12/15 13:17:34 jsg Exp $
|
2007-11-25 11:44:17 -07:00
|
|
|
|
2008-03-25 17:41:50 -06:00
|
|
|
.include <bsd.xconf.mk>
|
2008-02-02 10:19:57 -07:00
|
|
|
|
2008-03-25 17:41:50 -06:00
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
2008-02-02 10:19:57 -07:00
|
|
|
CONFIGURE_ARGS+= --disable-dri
|
|
|
|
.endif
|
2006-11-26 16:05:50 -07:00
|
|
|
|
2014-12-15 06:17:34 -07:00
|
|
|
CONFIGURE_ARGS+= --enable-kms-only
|
|
|
|
|
2014-02-03 08:57:56 -07:00
|
|
|
SHARED_LIBS= IntelXvMC 3.0 I810XvMC 3.0
|
2013-08-13 12:52:10 -06:00
|
|
|
|
2006-11-26 16:05:50 -07:00
|
|
|
.include <bsd.xorg.mk>
|