xwm: user custom event handler

This commit is contained in:
Tony Crisci 2017-12-13 17:54:19 -05:00
parent 96f09c7492
commit ea4b871e16
5 changed files with 16 additions and 3 deletions

View file

@ -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)