summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2012-03-22 21:23:32 +0100
committerJulien Danjou <julien@danjou.info>2012-03-22 21:23:32 +0100
commit734b156062e020335a3352fc60b0745706db9074 (patch)
tree75c18790e4b9f309e52cfe22712aa86a934c10b7
parent3e9c570c5be43b73882539425b823c12aeba2808 (diff)
Disable DRI2 building
It does not build for now, but it should not disable building the rest of xpyb. Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am8
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 1e80d7e..fea6082 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ AC_SUBST(CWARNFLAGS)
XCB_EXTENSION(Composite, "yes")
XCB_EXTENSION(Damage, "yes")
XCB_EXTENSION(DPMS, "yes")
-XCB_EXTENSION(DRI2, "yes")
+dnl XCB_EXTENSION(DRI2, "yes")
XCB_EXTENSION(GLX, "yes")
XCB_EXTENSION(RandR, "yes")
XCB_EXTENSION(Record, "yes")
diff --git a/src/Makefile.am b/src/Makefile.am
index 1f554b7..4fe95a4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,10 +40,10 @@ EXTSOURCES += dpms.py
EXTENSION_XML += dpms.xml
endif
-if BUILD_DRI2
-EXTSOURCES += dri2.py
-EXTENSION_XML += dri2.xml
-endif
+# if BUILD_DRI2
+# EXTSOURCES += dri2.py
+# EXTENSION_XML += dri2.xml
+# endif
if BUILD_GLX
EXTSOURCES += glx.py