mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 06:19:26 +00:00
Link with xshmfence, reference miSyncShmScreenInit in sdksyms
This gets the server to link with xshmfence again, and also ensures that the miSyncShm code is linked into the server with the reference from sdksyms. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
@@ -449,4 +449,7 @@
|
||||
#include "dix-config-apple-verbatim.h"
|
||||
#endif
|
||||
|
||||
/* Have support for X shared memory fence library (xshmfence) */
|
||||
#undef HAVE_XSHMFENCE
|
||||
|
||||
#endif /* _DIX_CONFIG_H_ */
|
||||
|
||||
@@ -145,4 +145,7 @@
|
||||
/* Support APM/ACPI power management in the server */
|
||||
#undef XF86PM
|
||||
|
||||
/* Have support for X shared memory fence library (xshmfence) */
|
||||
#undef HAVE_XSHMFENCE
|
||||
|
||||
#endif /* _XORG_CONFIG_H_ */
|
||||
|
||||
Reference in New Issue
Block a user