mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
build: set minimum xcb version required
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
9d04111a75
commit
4cc95b2622
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue