mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Make xwayland support optional
This commit is contained in:
parent
cd9fe2900e
commit
cfc6e18cdc
10 changed files with 75 additions and 10 deletions
|
|
@ -13,10 +13,16 @@ labwc_sources = files(
|
|||
'server.c',
|
||||
'view.c',
|
||||
'xdg.c',
|
||||
'xwayland.c',
|
||||
'xwayland-unmanaged.c',
|
||||
)
|
||||
|
||||
if have_xwayland
|
||||
labwc_sources += files(
|
||||
'xwayland.c',
|
||||
'xwayland-unmanaged.c',
|
||||
)
|
||||
endif
|
||||
|
||||
|
||||
subdir('common')
|
||||
subdir('config')
|
||||
subdir('theme')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue