diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-11-26 20:47:36 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-11-26 20:47:36 +0000 |
commit | fd188b269218aeeba8483e3ab52e42779f61c527 (patch) | |
tree | ea33fb4fc208bc03c3c1510c3817a1262b87b31c /lib | |
parent | aa7166e35549c4430392bd941a3ccfec192e2872 (diff) |
default to not building DRI for now to permit x snaps to build, found by
Johan Lindman, thanks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libGL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libGL/Makefile b/lib/libGL/Makefile index 149db7ed5..63c8e2af9 100644 --- a/lib/libGL/Makefile +++ b/lib/libGL/Makefile @@ -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 |