xfree86: parser: move public SDK headers into 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:40:03 +01:00
committed by Enrico Weigelt
parent a1081d7765
commit dda087c554
4 changed files with 2 additions and 2 deletions

View File

@@ -29,5 +29,3 @@ xorg_parser = static_library('xorg_parser',
'-DDATADIR="' + join_paths(get_option('prefix'), get_option('datadir')) + '"',
],
)
install_data(['xf86Parser.h', 'xf86Optrec.h'], install_dir: xorgsdkdir)

View File

@@ -513,6 +513,8 @@ if build_xorg
'xf86Opt.h',
'xf86Optionstr.h',
'xf86platformBus.h',
'xf86Parser.h',
'xf86Optrec.h',
'xf86Priv.h',
'xf86Privstr.h',
'xf86str.h',