diff options
author | Julien Danjou <julien@danjou.info> | 2009-05-09 17:39:34 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2009-05-09 17:39:34 +0200 |
commit | efbe96ee0ab0c5511035eee99f8fe7b38d5f65fa (patch) | |
tree | e8a77947f4e4a1697fbd74e0ba90f2e5ae8d884b /configure.ac | |
parent | 010e566126625c56bdf9989085bacf731520ff87 (diff) |
depends on recent xcb-proto and bump version of randr
Signed-off-by: Julien Danjou <julien@danjou.info>
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 a63f71f..a8a1358 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ fi AC_SUBST(HTML_CHECK_RESULT) # Checks for pkg-config packages -PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.1) +PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.5) NEEDED="pthread-stubs xau >= 0.99.2" PKG_CHECK_MODULES(NEEDED, $NEEDED) |