mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-23 23:30:02 +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',
|
||||
'cursor.h',
|
||||
'cursorstr.h',
|
||||
'damage.h',
|
||||
'damagestr.h',
|
||||
'dix.h',
|
||||
'dixaccess.h',
|
||||
'dixfont.h',
|
||||
|
||||
@@ -2,17 +2,8 @@ srcs_miext_damage = [
|
||||
'damage.c',
|
||||
]
|
||||
|
||||
hdrs_miext_damage = [
|
||||
'damage.h',
|
||||
'damagestr.h',
|
||||
]
|
||||
|
||||
libxserver_miext_damage = static_library('xserver_miext_damage',
|
||||
srcs_miext_damage,
|
||||
include_directories: inc,
|
||||
dependencies: common_dep,
|
||||
)
|
||||
|
||||
if build_xorg
|
||||
install_data(hdrs_miext_damage, install_dir: xorgsdkdir)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user