diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2014-02-09 12:01:47 -0500 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2014-02-17 17:49:01 +0900 |
commit | 218448233fc37b694d9721176f771f2a52afe70e (patch) | |
tree | 4eceb8eff51b62cba0397dfd12407acb4421aff0 | |
parent | aea9992778d9e3999714943fa429f64fbc1c3841 (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>
Reviewed-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r-- | configure.ac | 2 |
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 |