mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
xfree86: int10: move 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
3bd7f343c1
commit
4764eb9a8a
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user