meson: Fix exclude_headers

This commit is contained in:
Björn Esser 2017-12-27 18:29:27 +01:00
parent fea5aee9cf
commit 8c0fc4ffe5
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 0 additions and 2 deletions

View File

@ -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'