aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2018-08-22 21:14:07 +1200
committerScott Anderson <scott@anderso.nz>2018-08-22 21:16:16 +1200
commit51892e0d7483d57b1e5eadae88e967e72e968cc0 (patch)
treeb0775bb2146f9064a46786768cd458254561733c /xwayland
parenta2bbf2c1f70ef374ff4a2506e65379c819b72414 (diff)
Install headers explicitly
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build
index 637f565e..0bd88924 100644
--- a/xwayland/meson.build
+++ b/xwayland/meson.build
@@ -13,7 +13,6 @@ xwayland_optional = [
foreach lib : xwayland_required
dep = dependency(lib, required: get_option('xwayland'))
if not dep.found()
- exclude_headers += 'xwayland.h'
subdir_done()
endif