mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
damage: move over public SDK headers to include/
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
5478f077d9
commit
f3d2731684
@@ -421,6 +421,8 @@ if build_xorg
|
|||||||
'compositeext.h',
|
'compositeext.h',
|
||||||
'cursor.h',
|
'cursor.h',
|
||||||
'cursorstr.h',
|
'cursorstr.h',
|
||||||
|
'damage.h',
|
||||||
|
'damagestr.h',
|
||||||
'dix.h',
|
'dix.h',
|
||||||
'dixaccess.h',
|
'dixaccess.h',
|
||||||
'dixfont.h',
|
'dixfont.h',
|
||||||
|
|||||||
@@ -2,17 +2,8 @@ srcs_miext_damage = [
|
|||||||
'damage.c',
|
'damage.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
hdrs_miext_damage = [
|
|
||||||
'damage.h',
|
|
||||||
'damagestr.h',
|
|
||||||
]
|
|
||||||
|
|
||||||
libxserver_miext_damage = static_library('xserver_miext_damage',
|
libxserver_miext_damage = static_library('xserver_miext_damage',
|
||||||
srcs_miext_damage,
|
srcs_miext_damage,
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
dependencies: common_dep,
|
dependencies: common_dep,
|
||||||
)
|
)
|
||||||
|
|
||||||
if build_xorg
|
|
||||||
install_data(hdrs_miext_damage, install_dir: xorgsdkdir)
|
|
||||||
endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user