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:
commit
13d291c6d4
2 changed files with 4 additions and 1 deletions
|
@ -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
1
subprojects/xcb
Symbolic link
|
@ -0,0 +1 @@
|
|||
libgwater/xcb
|
Loading…
Add table
Reference in a new issue