build: set minimum xcb version required
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
9d04111a75
commit
4cc95b2622
|
@ -127,7 +127,7 @@ execute_process(
|
|||
|
||||
# Use pkgconfig to get most of the libraries
|
||||
pkg_check_modules(AWESOME_COMMON_REQUIRED REQUIRED
|
||||
xcb)
|
||||
xcb>=1.1.0)
|
||||
|
||||
pkg_check_modules(AWESOME_REQUIRED REQUIRED
|
||||
glib-2.0
|
||||
|
|
Loading…
Reference in New Issue