mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 16:20:03 +01:00
Revert "panoramix: don't install panoramiX.h and panoramiXsrv.h"
The NVIDIA driver still supports GLX across physical screens in Xinerama
configurations, and uses the definitions in these headers to do that.
This reverts commit 3f469acb96.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
This commit is contained in:
parent
3d05f2b8a8
commit
d258c26626
2 changed files with 5 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ endif
|
||||||
|
|
||||||
if build_xinerama
|
if build_xinerama
|
||||||
srcs_xext += ['panoramiX.c', 'panoramiXprocs.c', 'panoramiXSwap.c']
|
srcs_xext += ['panoramiX.c', 'panoramiXprocs.c', 'panoramiXSwap.c']
|
||||||
|
hdrs_xext += ['panoramiX.h', 'panoramiXsrv.h']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if build_xsecurity
|
if build_xsecurity
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,10 @@ cat > sdksyms.c << EOF
|
||||||
#include "shmint.h"
|
#include "shmint.h"
|
||||||
#endif
|
#endif
|
||||||
#include "syncsdk.h"
|
#include "syncsdk.h"
|
||||||
|
#ifdef XINERAMA
|
||||||
|
# include "panoramiXsrv.h"
|
||||||
|
# include "panoramiX.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* glx/Makefile.am */
|
/* glx/Makefile.am */
|
||||||
#ifdef GLX
|
#ifdef GLX
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue