mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
miext: shadow: move over public SDK header to include/
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
430d3b62c2
commit
91a93a8b2d
@@ -471,6 +471,7 @@ if build_xorg
|
||||
'screenint.h',
|
||||
'scrnintstr.h',
|
||||
'servermd.h',
|
||||
'shadow.h',
|
||||
'validate.h',
|
||||
'displaymode.h',
|
||||
'vndserver.h',
|
||||
|
||||
@@ -25,16 +25,8 @@ srcs_miext_shadow = [
|
||||
'shrotate.c',
|
||||
]
|
||||
|
||||
hdrs_miext_shadow = [
|
||||
'shadow.h',
|
||||
]
|
||||
|
||||
libxserver_miext_shadow = static_library('xserver_miext_shadow',
|
||||
srcs_miext_shadow,
|
||||
include_directories: inc,
|
||||
dependencies: common_dep,
|
||||
)
|
||||
|
||||
if build_xorg
|
||||
install_data(hdrs_miext_shadow, install_dir: xorgsdkdir)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user