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:
Enrico Weigelt, metux IT consult
2026-02-12 13:01:11 +01:00
committed by Enrico Weigelt
parent ce0729d9d3
commit ecca8de15d
3 changed files with 1 additions and 8 deletions

View File

@@ -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

View File

@@ -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',