default to not building DRI for now to permit x snaps to build, found by
Johan Lindman, thanks
This commit is contained in:
parent
bfba922c91
commit
25382573c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user