1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-14 17:43:01 -04:00

Merge remote-tracking branch 'origin/mesonfix' into next

This commit is contained in:
Dave Davenport 2020-08-18 12:58:48 +02:00
commit 13d291c6d4
2 changed files with 4 additions and 1 deletions

View file

@ -51,9 +51,11 @@ deps = [
c_compiler.find_library('m', required: false),
]
gwxcb = subproject('xcb')
# XCB stuff
deps += [
subproject('libgwater/xcb').get_variable('libgwater_xcb'),
gwxcb.get_variable('libgwater_xcb'),
dependency('xcb-aux'),
dependency('xcb-xkb'),
dependency('xkbcommon-x11'),

1
subprojects/xcb Symbolic link
View file

@ -0,0 +1 @@
libgwater/xcb