mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -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')
|
||||
conf_data.set('HAVE_XWAYLAND', true)
|
||||
xcb = dependency('xcb')
|
||||
xcb = dependency('xcb')
|
||||
else
|
||||
conf_data.set('HAVE_XWAYLAND', false)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue