aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
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