[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),
]
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