Compare commits
2 Commits
master
...
wip/includ
Author | SHA1 | Date | |
---|---|---|---|
|
15a853e3eb | ||
|
5fedacb29c |
|
@ -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',
|
||||||
|
|
|
@ -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,
|
|
||||||
)
|
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue