From 3f469acb96a9e6dcd83d8538df316e915dd9353c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 19 Feb 2025 19:58:52 +0100 Subject: [PATCH] panoramix: don't install panoramiX.h and panoramiXsrv.h Not used by any drivers/modules, so no need to keep them public. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- Xext/meson.build | 1 - hw/xfree86/sdksyms.sh | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Xext/meson.build b/Xext/meson.build index 457c7ef2c..9913cc30e 100644 --- a/Xext/meson.build +++ b/Xext/meson.build @@ -44,7 +44,6 @@ endif if build_xinerama srcs_xext += ['panoramiX.c', 'panoramiXprocs.c', 'panoramiXSwap.c'] - hdrs_xext += ['panoramiX.h', 'panoramiXsrv.h'] endif if build_xsecurity diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 4176115e6..74ffd8994 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -58,10 +58,6 @@ cat > sdksyms.c << EOF #include "shmint.h" #endif #include "syncsdk.h" -#ifdef XINERAMA -# include "panoramiXsrv.h" -# include "panoramiX.h" -#endif /* glx/Makefile.am */ #ifdef GLX