mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
Use new options for X11 backend and Xwayland
This commit is contained in:
parent
94ed2fc7bb
commit
784c20c82f
6 changed files with 90 additions and 68 deletions
|
|
@ -14,9 +14,11 @@ sources = [
|
|||
'xdg_shell_v6.c',
|
||||
'xdg_shell.c',
|
||||
]
|
||||
if get_option('enable-xwayland')
|
||||
sources += ['xwayland.c']
|
||||
|
||||
if conf_data.get('WLR_HAS_XWAYLAND', false)
|
||||
sources += 'xwayland.c'
|
||||
endif
|
||||
|
||||
executable(
|
||||
'rootston', sources, dependencies: [wlroots, wlr_protos, pixman]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue