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>
This commit is contained in:
parent
a1b5aa5a7f
commit
5fedacb29c
|
@ -27,6 +27,7 @@ srcs_xorg_common = [
|
||||||
xorg_sdk_headers = [
|
xorg_sdk_headers = [
|
||||||
'compiler.h',
|
'compiler.h',
|
||||||
'xf86.h',
|
'xf86.h',
|
||||||
|
'xf86Cursor.h',
|
||||||
'xf86Module.h',
|
'xf86Module.h',
|
||||||
'xf86Opt.h',
|
'xf86Opt.h',
|
||||||
'xf86PciInfo.h',
|
'xf86PciInfo.h',
|
||||||
|
|
|
@ -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,
|
|
||||||
)
|
|
||||||
|
|
Loading…
Reference in New Issue