xfree86: sdksyms.sh: don't ifdef on HAVE_XORG_CONFIG_H anymore.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-13 12:52:51 +01:00
committed by Enrico Weigelt
parent 3c11149ae0
commit 7f8eeb5471

View File

@@ -4,9 +4,7 @@ cat > sdksyms.c << EOF
/* This file is automatically generated by sdksyms.sh. */ /* This file is automatically generated by sdksyms.sh. */
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h> #include <xorg-config.h>
#endif
/* These must be included first */ /* These must be included first */