mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 04:10:12 +01: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:
parent
3387cbb7c1
commit
e351d10773
1 changed files with 2 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue