diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-04-29 18:59:06 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-04-29 18:59:06 +0000 |
commit | 855b4e4176cb6bbdccabcdeab9672afc4533deb5 (patch) | |
tree | 6f3010277a401cbc53c34146d8f97be96fc66e39 /share | |
parent | f3534d2475e677c7489aafb68270c2ff9e1876c6 (diff) |
Enable building the dri modules and mesa drivers by default on i386 and
amd64.
ok matthieu@ and todd@
This has been in snaps for over a week, no complaints.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.xconf.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.xconf.mk b/share/mk/bsd.xconf.mk index 7efc59fdf..247fe5333 100644 --- a/share/mk/bsd.xconf.mk +++ b/share/mk/bsd.xconf.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xconf.mk,v 1.5 2008/04/01 15:25:18 drahn Exp $ +# $OpenBSD: bsd.xconf.mk,v 1.6 2008/04/29 18:59:05 oga Exp $ # Shared libs? .if ${MACHINE} == "mvme88k" || ${MACHINE} == "vax" @@ -9,7 +9,7 @@ XENOCARA_HAVE_SHARED_LIBS?=yes # Build DRI? .if ${MACHINE} == "amd64" || ${MACHINE} == "i386" -XENOCARA_BUILD_DRI?=no +XENOCARA_BUILD_DRI?=yes .else XENOCARA_BUILD_DRI?=no .endif |