mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
Link xcb dependency to meson options "enable_xwayland"
This commit is contained in:
parent
764c58464e
commit
5a7976dcc2
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ conf_data = configuration_data()
|
||||||
|
|
||||||
if get_option('enable-xwayland')
|
if get_option('enable-xwayland')
|
||||||
conf_data.set('HAVE_XWAYLAND', true)
|
conf_data.set('HAVE_XWAYLAND', true)
|
||||||
xcb = dependency('xcb')
|
xcb = dependency('xcb')
|
||||||
else
|
else
|
||||||
conf_data.set('HAVE_XWAYLAND', false)
|
conf_data.set('HAVE_XWAYLAND', false)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue