1
0
Fork 0
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:
Dave Davenport 2020-08-01 11:28:48 +02:00
parent 57ee69367d
commit 77b761aca5
2 changed files with 4 additions and 1 deletions

View file

@ -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
View file

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