(submit/cleanup-api-xfree86) xfree86: sdksyms.sh: add more headers
Add some headers that are still needed by drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
94859b1247
commit
6a4ce558b6
|
@ -146,6 +146,9 @@ cat > sdksyms.c << EOF
|
||||||
# include "xf86sbusBus.h"
|
# include "xf86sbusBus.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// needed for various graphics drivers
|
||||||
|
#include "dgaproc.h"
|
||||||
|
#include "xf86MatchDrivers.h"
|
||||||
|
|
||||||
/* hw/xfree86/ramdac/Makefile.am */
|
/* hw/xfree86/ramdac/Makefile.am */
|
||||||
#include "xf86Cursor.h"
|
#include "xf86Cursor.h"
|
||||||
|
|
Loading…
Reference in New Issue