mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xwayland: use internal_config
Avoids the need to have a separate config.h, and removes C compiler arguments.
This commit is contained in:
parent
6c897756b6
commit
4da9b32a15
4 changed files with 28 additions and 37 deletions
|
|
@ -13,8 +13,6 @@ if not features.get('x11-backend')
|
|||
endif
|
||||
if not features.get('xwayland')
|
||||
exclude_files += 'xwayland.h'
|
||||
else
|
||||
subdir('xwayland')
|
||||
endif
|
||||
if not features.get('gles2-renderer')
|
||||
exclude_files += ['render/egl.h', 'render/gles2.h']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue