Fixed bug in xcb version checking.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Alex Cornejo 2008-11-13 13:44:04 -05:00 committed by Julien Danjou
parent fd078674c6
commit 5694bd8769
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ execute_process(
# Use pkgconfig to get most of the libraries
pkg_check_modules(AWESOME_COMMON_REQUIRED REQUIRED
xcb>=1.1.0)
xcb>=1.1)
pkg_check_modules(AWESOME_REQUIRED REQUIRED
glib-2.0