mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
RandR: Only export Xinerama symbols when building Xinerama support
Otherwise compilation fails due to sdksyms. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
@@ -889,8 +889,10 @@ extern _X_EXPORT int
|
||||
ProcRRDeleteOutputProperty (ClientPtr client);
|
||||
|
||||
/* rrxinerama.c */
|
||||
#ifdef XINERAMA
|
||||
extern _X_EXPORT void
|
||||
RRXineramaExtensionInit(void);
|
||||
#endif
|
||||
|
||||
#endif /* _RANDRSTR_H_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user