diff options
author | Arnaud Fontaine <arnau@debian.org> | 2011-05-02 11:37:34 +0900 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-05-02 21:02:03 -0700 |
commit | 61be3feb4cfc760f63d6b8a4debd3898fdc8fa16 (patch) | |
tree | f4bef7935301f1824548600f4d5e36156a82bcdb /configure.ac | |
parent | 41689f150904be690f3aa96c283a7ee632d566ce (diff) |
Depend on xcb >= 1.6 for XCB_ATOM_*.
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 987ca2b..7b343b0 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ fi XORG_DEFAULT_OPTIONS # Checks for pkg-config packages -PKG_CHECK_MODULES(XLSCLIENTS, xcb) +PKG_CHECK_MODULES(XLSCLIENTS, xcb >= 1.6) AC_CONFIG_FILES([ Makefile |