Add x11-xcb to the pkg-config checks
This is needed for XGetXCBConnection(). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
531f8b415c
commit
77243cd09a
|
@ -132,6 +132,7 @@ pkg_check_modules(AWESOME_REQUIRED REQUIRED
|
||||||
glib-2.0
|
glib-2.0
|
||||||
cairo
|
cairo
|
||||||
x11
|
x11
|
||||||
|
x11-xcb
|
||||||
xcursor
|
xcursor
|
||||||
xcb-randr
|
xcb-randr
|
||||||
xcb-xtest
|
xcb-xtest
|
||||||
|
|
Loading…
Reference in New Issue