mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[meson] Test possible 'workaround' for meson 0.55 issue
Make xcb a non-nested subproject (via simlink). Issue: #1159
This commit is contained in:
parent
57ee69367d
commit
77b761aca5
2 changed files with 4 additions and 1 deletions
|
@ -51,9 +51,11 @@ deps = [
|
||||||
c_compiler.find_library('m', required: false),
|
c_compiler.find_library('m', required: false),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
gwxcb = subproject('xcb')
|
||||||
# XCB stuff
|
# XCB stuff
|
||||||
deps += [
|
deps += [
|
||||||
subproject('libgwater/xcb').get_variable('libgwater_xcb'),
|
gwxcb.get_variable('libgwater_xcb'),
|
||||||
dependency('xcb-aux'),
|
dependency('xcb-aux'),
|
||||||
dependency('xcb-xkb'),
|
dependency('xcb-xkb'),
|
||||||
dependency('xkbcommon-x11'),
|
dependency('xkbcommon-x11'),
|
||||||
|
|
1
subprojects/xcb
Symbolic link
1
subprojects/xcb
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libgwater/xcb
|
Loading…
Reference in a new issue