summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-09 12:01:47 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-02-09 12:01:47 -0500
commit5fec44607f76f7e0347fdb963dcb34b2b1d75ba1 (patch)
tree4eceb8eff51b62cba0397dfd12407acb4421aff0
parent2b1ea6ef5dfd279e809bb486964ce1957484d31e (diff)
config: remove the dependency on X11 Protocol
The XPROTO_CFLAGS variable is not used. The dependency on libxcb is sufficient as it depends on xproto. This package compiles even if xproto is uninstalled after configuration. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4e07d2d..a5224c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,6 @@ XCB_UTIL_COMMON([1.4], [1.6])
AC_CHECK_FUNCS_ONCE(vasprintf)
-PKG_CHECK_MODULES(XPROTO, xproto >= 7.0.8)
-
AC_CONFIG_FILES([Makefile
src/Makefile
xcb-atom.pc