diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-11-27 09:55:07 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-11-27 09:55:07 +0000 |
commit | b2fbe838df6ed3da7ebb5024ba439112edcd87f6 (patch) | |
tree | e7aacdc3cb7cb0ca7d1919d5c103e3b092cede8e /lib | |
parent | fd188b269218aeeba8483e3ab52e42779f61c527 (diff) |
I did not intend to commit the XENOCARA_BUILD_DRI bit at all.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libGL/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libGL/Makefile b/lib/libGL/Makefile index 63c8e2af9..6f5a6b26c 100644 --- a/lib/libGL/Makefile +++ b/lib/libGL/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2007/11/26 20:47:35 todd Exp $ +# $OpenBSD: Makefile,v 1.13 2007/11/27 09:55:06 matthieu Exp $ all: ${OBJS} LIB= GL @@ -39,13 +39,6 @@ CPPFLAGS+= \ -DHAVE_ALIAS \ -D_REENTRANT -XENOCARA_BUILD_DRI?= n - -.if ${XENOCARA_BUILD_DRI} == "y" -CPPFLAGS+= \ - -DGLX_DIRECT_RENDERING -.endif - .if ${MACHINE_ARCH} == "i386" CPPFLAGS += \ -DUSE_X86_ASM \ |