mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
xfree86: move over 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
7275b5409f
commit
65472d1964
@@ -840,28 +840,28 @@ if build_xorg
|
||||
sdkconfig.set('abi_ansic',
|
||||
run_command(awk, '-F', '[(,)]',
|
||||
'/^#define ABI_ANSIC.*SET/ { printf "%d.%d", $2, $3 }',
|
||||
files('hw/xfree86/common/xf86Module.h'),
|
||||
files('include/xf86Module.h'),
|
||||
check: false
|
||||
).stdout()
|
||||
)
|
||||
sdkconfig.set('abi_videodrv',
|
||||
run_command(awk, '-F', '[(,)]',
|
||||
'/^#define ABI_VIDEODRV.*SET/ { printf "%d.%d", $2, $3 }',
|
||||
files('hw/xfree86/common/xf86Module.h'),
|
||||
files('include/xf86Module.h'),
|
||||
check: false
|
||||
).stdout()
|
||||
)
|
||||
sdkconfig.set('abi_xinput',
|
||||
run_command(awk, '-F', '[(,)]',
|
||||
'/^#define ABI_XINPUT.*SET/ { printf "%d.%d", $2, $3 }',
|
||||
files('hw/xfree86/common/xf86Module.h'),
|
||||
files('include/xf86Module.h'),
|
||||
check: false
|
||||
).stdout()
|
||||
)
|
||||
sdkconfig.set('abi_extension',
|
||||
run_command(awk, '-F', '[(,)]',
|
||||
'/^#define ABI_EXTENSION.*SET/ { printf "%d.%d", $2, $3 }',
|
||||
files('hw/xfree86/common/xf86Module.h'),
|
||||
files('include/xf86Module.h'),
|
||||
check: false
|
||||
).stdout()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user