diff options
author | Ilia Bozhinov <ammen99@gmail.com> | 2021-01-05 20:18:38 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-01-05 20:32:56 +0100 |
commit | 37602e153b1a8c020dbefe2a499851ac0edd2df8 (patch) | |
tree | b29bb548e48c04d2a32871073dae4111eb6a986e /include/meson.build | |
parent | 42d033e738d8ef213f13e1de849899d563f92a5b (diff) |
types: add wlr_xdg_foreign_registry
Diffstat (limited to 'include/meson.build')
-rw-r--r-- | include/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/meson.build b/include/meson.build index e2428e8d..dbd81a05 100644 --- a/include/meson.build +++ b/include/meson.build @@ -7,6 +7,11 @@ endif if conf_data.get('WLR_HAS_XWAYLAND', 0) != 1 exclude_files += 'xwayland.h' endif +if conf_data.get('WLR_HAS_XDG_FOREIGN', 0) != 1 + exclude_files += [ + 'types/wlr_xdg_foreign_registry.h', + ] +endif install_subdir('wlr', install_dir: get_option('includedir'), |