This commit is contained in:
Enrico Weigelt, metux IT consult 2024-10-15 14:16:12 +02:00
parent 04ec7b8b7b
commit b20c9cf088
2 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,3 @@ glamor = static_library('glamor',
epoxy_dep,
],
)
if build_xorg_sdk
install_data('glamor.h', install_dir: xorgsdkdir)
endif

View File

@ -32,6 +32,10 @@ if build_xv
xorg_sdk_headers += ['../common/xf86xv.h', '../common/xf86xvmc.h', '../common/xf86xvpriv.h']
endif
if build_glamor
xorg_sdk_headers += '../glamor/glamor.h'
endif
if build_xorg_sdk
install_data(xorg_sdk_headers, install_dir: xorgsdkdir)
endif