Compare commits

...

2 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult 15a853e3eb compiler.h 2024-10-31 17:05:45 +01:00
Enrico Weigelt, metux IT consult 5fedacb29c xfree86: move xf86Cursor.h to ./common
This is a public include file (used by drivers). It's tidier to collect those
under one common directory. Since we already have most of them under
hw/xfree86/common, this seems to be the right place for it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-10-31 17:05:45 +01:00
5 changed files with 2 additions and 8 deletions

View File

@ -25,8 +25,8 @@ srcs_xorg_common = [
] ]
xorg_sdk_headers = [ xorg_sdk_headers = [
'compiler.h',
'xf86.h', 'xf86.h',
'xf86Cursor.h',
'xf86Module.h', 'xf86Module.h',
'xf86Opt.h', 'xf86Opt.h',
'xf86PciInfo.h', 'xf86PciInfo.h',

View File

@ -9,10 +9,3 @@ xorg_ramdac = static_library('xorg_ramdac',
dependencies: common_dep, dependencies: common_dep,
c_args: xorg_c_args, c_args: xorg_c_args,
) )
install_data(
[
'xf86Cursor.h',
],
install_dir: xorgsdkdir,
)

View File

@ -447,6 +447,7 @@ if build_xorg
'closure.h', 'closure.h',
'colormap.h', 'colormap.h',
'colormapst.h', 'colormapst.h',
'compiler.h',
'hotplug.h', 'hotplug.h',
'cursor.h', 'cursor.h',
'cursorstr.h', 'cursorstr.h',