summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-04-29 18:59:06 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-04-29 18:59:06 +0000
commit855b4e4176cb6bbdccabcdeab9672afc4533deb5 (patch)
tree6f3010277a401cbc53c34146d8f97be96fc66e39
parentf3534d2475e677c7489aafb68270c2ff9e1876c6 (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.
-rw-r--r--etc/mtree/BSD.x11.dist4
-rw-r--r--share/mk/bsd.xconf.mk4
2 files changed, 5 insertions, 3 deletions
diff --git a/etc/mtree/BSD.x11.dist b/etc/mtree/BSD.x11.dist
index a182a2fdd..2afdb4762 100644
--- a/etc/mtree/BSD.x11.dist
+++ b/etc/mtree/BSD.x11.dist
@@ -1,4 +1,4 @@
-# $OpenBSD: BSD.x11.dist,v 1.10 2008/02/02 17:24:30 matthieu Exp $
+# $OpenBSD: BSD.x11.dist,v 1.11 2008/04/29 18:59:05 oga Exp $
/set type=dir uname=root gname=wheel mode=0755
.
@@ -126,6 +126,8 @@
..
bitmaps
..
+ dri
+ ..
extensions
..
fonts
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