Install headers explicitly

This commit is contained in:
Scott Anderson 2018-08-22 21:14:07 +12:00
parent a2bbf2c1f7
commit 51892e0d74
9 changed files with 104 additions and 13 deletions

View file

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