mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
xwm: user custom event handler
This commit is contained in:
parent
96f09c7492
commit
ea4b871e16
5 changed files with 16 additions and 3 deletions
|
|
@ -87,7 +87,7 @@ if get_option('enable_xwayland')
|
|||
wlr_parts += [lib_wlr_xwayland]
|
||||
conf_data.set('WLR_HAS_XWAYLAND', true)
|
||||
else
|
||||
exclude_files += ['xwayland.h']
|
||||
exclude_files += ['xwayland.h', 'xwm.h']
|
||||
endif
|
||||
configure_file(output: 'config.h', install_dir: 'include/wlr', configuration: conf_data)
|
||||
install_subdir('include/wlr', install_dir: 'include', exclude_files: exclude_files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue