mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 10:48:48 +00:00
Previous commit accidentaly enabled DRI builds on i386 and amd64. Don't
do that yet.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: bsd.xconf.mk,v 1.1 2008/03/25 23:41:50 matthieu Exp $
|
||||
# $OpenBSD: bsd.xconf.mk,v 1.2 2008/03/25 23:43:25 matthieu Exp $
|
||||
|
||||
# Shared libs?
|
||||
.if ${MACHINE} == landisk || ${MACHINE} == "mvme88k" || ${MACHINE} == "vax"
|
||||
@@ -9,7 +9,7 @@ XENOCARA_HAVE_SHARED_LIBS?=yes
|
||||
|
||||
# Build DRI?
|
||||
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
|
||||
XENOCARA_BUILD_DRI?=yes
|
||||
XENOCARA_BUILD_DRI?=no
|
||||
.else
|
||||
XENOCARA_BUILD_DRI?=no
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user