xfree86: int10: 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 19:36:27 +01:00
committed by Enrico Weigelt
parent 3bd7f343c1
commit 4764eb9a8a
5 changed files with 3 additions and 4 deletions

View File

@@ -58,7 +58,3 @@ xorg_int10 = shared_module('int10',
install: true,
install_dir: module_abi_dir,
)
install_data('xf86int10.h', install_dir: xorgsdkdir)
install_data('vbe.h', install_dir: xorgsdkdir)
install_data('vbeModes.h', install_dir: xorgsdkdir)

View File

@@ -559,4 +559,7 @@ if build_xorg
install_data('xf86Sbus.h', install_dir: xorgsdkdir)
endif
if int10 != 'false'
install_data(['xf86int10.h', 'vbe.h', 'vbeModes.h'], install_dir: xorgsdkdir)
endif
endif