compiler.h

This commit is contained in:
Enrico Weigelt, metux IT consult 2024-10-15 20:08:34 +02:00
parent 5fedacb29c
commit 15a853e3eb
3 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@ srcs_xorg_common = [
] ]
xorg_sdk_headers = [ xorg_sdk_headers = [
'compiler.h',
'xf86.h', 'xf86.h',
'xf86Cursor.h', 'xf86Cursor.h',
'xf86Module.h', 'xf86Module.h',

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',