build: set minimum xcb version required

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Félix C. Morency 2008-11-12 15:02:14 -08:00 committed by Julien Danjou
parent 9d04111a75
commit 4cc95b2622
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 # Use pkgconfig to get most of the libraries
pkg_check_modules(AWESOME_COMMON_REQUIRED REQUIRED pkg_check_modules(AWESOME_COMMON_REQUIRED REQUIRED
xcb) xcb>=1.1.0)
pkg_check_modules(AWESOME_REQUIRED REQUIRED pkg_check_modules(AWESOME_REQUIRED REQUIRED
glib-2.0 glib-2.0