default to not building DRI for now to permit x snaps to build, found by

Johan Lindman, thanks
This commit is contained in:
todd 2007-11-26 20:47:35 +00:00
parent bfba922c91
commit 25382573c6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2007/11/26 15:10:19 matthieu Exp $
# $OpenBSD: Makefile,v 1.12 2007/11/26 20:47:35 todd Exp $
all: ${OBJS}
LIB= GL
@ -39,6 +39,8 @@ CPPFLAGS+= \
-DHAVE_ALIAS \
-D_REENTRANT
XENOCARA_BUILD_DRI?= n
.if ${XENOCARA_BUILD_DRI} == "y"
CPPFLAGS+= \
-DGLX_DIRECT_RENDERING