From 8c0fc4ffe508e2a2b650ecf9d6d3fa45fd3b107a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 27 Dec 2017 18:29:27 +0100 Subject: [PATCH] meson: Fix exclude_headers --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 52a6b584..caa4b771 100644 --- a/meson.build +++ b/meson.build @@ -92,8 +92,6 @@ if get_option('enable_xwayland') subdir('xwayland') wlr_parts += [lib_wlr_xwayland] conf_data.set('WLR_HAS_XWAYLAND', true) - exclude_headers += 'xwayland.h' - exclude_headers += 'xwm.h' else exclude_headers += 'xwayland.h' exclude_headers += 'xwm.h'