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
|
|
@ -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…
Reference in New Issue