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.
This commit is contained in:
oga 2008-04-29 18:59:05 +00:00
parent 31b5fe3b59
commit 5a9e2c9770
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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