summaryrefslogtreecommitdiff
path: root/Makefile.bsd-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.bsd-wrapper')
-rw-r--r--Makefile.bsd-wrapper11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper
new file mode 100644
index 00000000..7ac8ee7b
--- /dev/null
+++ b/Makefile.bsd-wrapper
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2014/02/03 15:57:56 matthieu Exp $
+
+.include <bsd.xconf.mk>
+
+.if ${XENOCARA_BUILD_DRI:L} != "yes"
+CONFIGURE_ARGS+= --disable-dri
+.endif
+
+SHARED_LIBS= IntelXvMC 3.0 I810XvMC 3.0
+
+.include <bsd.xorg.mk>