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:
parent
86244ff36f
commit
3f469acb96
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue