mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
composite: move public SDK header to include/
Simplify installation process. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
ce0729d9d3
commit
ecca8de15d
@@ -6,16 +6,8 @@ srcs_composite = [
|
|||||||
'compwindow.c',
|
'compwindow.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
hdrs_composite = [
|
|
||||||
'compositeext.h',
|
|
||||||
]
|
|
||||||
|
|
||||||
libxserver_composite = static_library('xserver_composite',
|
libxserver_composite = static_library('xserver_composite',
|
||||||
srcs_composite,
|
srcs_composite,
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
dependencies: common_dep,
|
dependencies: common_dep,
|
||||||
)
|
)
|
||||||
|
|
||||||
if build_xorg
|
|
||||||
install_data(hdrs_composite, install_dir: xorgsdkdir)
|
|
||||||
endif
|
|
||||||
|
|||||||
@@ -418,6 +418,7 @@ if build_xorg
|
|||||||
'closure.h',
|
'closure.h',
|
||||||
'colormap.h',
|
'colormap.h',
|
||||||
'colormapst.h',
|
'colormapst.h',
|
||||||
|
'compositeext.h',
|
||||||
'cursor.h',
|
'cursor.h',
|
||||||
'cursorstr.h',
|
'cursorstr.h',
|
||||||
'dix.h',
|
'dix.h',
|
||||||
|
|||||||
Reference in New Issue
Block a user