mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
Use Meson feature options
This commit is contained in:
parent
5a0c4234b8
commit
08a5b304e4
4 changed files with 17 additions and 11 deletions
|
|
@ -194,7 +194,7 @@ sway_deps = [
|
|||
xkbcommon,
|
||||
]
|
||||
|
||||
if get_option('enable-xwayland')
|
||||
if have_xwayland
|
||||
sway_sources += 'desktop/xwayland.c'
|
||||
sway_deps += xcb
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue