xfree86: modes: move public SDK headers to include/

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-12 18:49:46 +01:00
committed by Enrico Weigelt
parent 69d57bcf52
commit 1431b33caa
5 changed files with 3 additions and 9 deletions

View File

@@ -18,12 +18,3 @@ xorg_modes = static_library('xorg_modes',
dependencies: [ common_dep, libxcvt_dep ],
c_args: xorg_c_args,
)
install_data(
[
'xf86Crtc.h',
'xf86Modes.h',
'xf86RandR12.h',
],
install_dir: xorgsdkdir,
)

View File

@@ -525,6 +525,9 @@ if build_xorg
'xvmcext.h',
'xserver-properties.h',
'xlibre_ptrtypes.h',
'xf86Crtc.h',
'xf86Modes.h',
'xf86RandR12.h',
],
install_dir: xorgsdkdir,
)