diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-12-13 19:33:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-13 19:33:01 -0500 |
commit | 16ee728f57dbb36429f32e745fe040f364545702 (patch) | |
tree | acbfa32bbd367b66344a42ea7f265a14af818b52 /meson.build | |
parent | 96f09c749228f631e3a160de370e2894a4428e20 (diff) | |
parent | ea4b871e16ae63db67f2bf89c00e814b3dde6c78 (diff) |
Merge pull request #486 from acrisci/feature/xwm-custom-event-loop
xwm: user custom event handler
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index addea930..a3f5e7f9 100644 --- a/meson.build +++ b/meson.build @@ -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) |