diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2007-06-17 15:57:29 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2016-11-03 09:19:13 +0100 |
commit | cad432396b104e5c4211887c461d132346536cc3 (patch) | |
tree | d1c39e11ec3566a78d71a6369f3932901ecdbe17 | |
parent | 714052fb32a3c521efb295f2c400a673d515fb77 (diff) |
bsd build infraobsd
-rw-r--r-- | Makefile.bsd-wrapper | 11 |
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> |