Merge pull request #529 from besser82/bugfix/exclude_headers

meson: Fix exclude_headers
This commit is contained in:
Drew DeVault 2017-12-27 09:58:44 -08:00 committed by GitHub
commit eeb7cd8ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'