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 <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1815>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-19 19:58:52 +01:00 committed by Marge Bot
parent 86244ff36f
commit 3f469acb96
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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