diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-05-06 11:10:57 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-05-06 14:11:39 -0400 |
commit | 5a43db5041fc4469ed74437a9ea82dde42f38613 (patch) | |
tree | 8397124071a4c87655ee8cc64f1eef0eef23762f | |
parent | e4c40a4734b8bc3acdfc95e8efe002f36f65cd9e (diff) |
configure: Remove a xcb-dri2 leftover
Fixes compositor and clients trying to link against xcb-dri2.
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 4e451d96..39007cd6 100644 --- a/configure.ac +++ b/configure.ac @@ -108,11 +108,6 @@ if test "x$GCC" = "xyes"; then fi AC_SUBST(GCC_CFLAGS) -# workaround a bug in xcb-dri2 generated by xcb-proto 1.6 -AC_CHECK_LIB(xcb-dri2, xcb_dri2_connect_alignment_pad, [], - [AC_DEFINE([XCB_DRI2_CONNECT_DEVICE_NAME_BROKEN], [1], - [Define to 1 if xcb_dri2_connect_device_name is broken])]) - WAYLAND_SCANNER_RULES(['$(top_srcdir)/protocol']) AC_CONFIG_FILES([Makefile |