From 51892e0d7483d57b1e5eadae88e967e72e968cc0 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 22 Aug 2018 21:14:07 +1200 Subject: Install headers explicitly --- xwayland/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'xwayland') 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 -- cgit v1.2.3