diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-05 18:37:12 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-05 18:37:12 -0800 |
commit | f348935e7d2c84a438aba08eee2f2c4e0dc77d20 (patch) | |
tree | a06402ee43c19d91ce10071d97755f5d1829d52d /hw | |
parent | 5f1e832694e57986c0185048a941b3af51b2f85f (diff) |
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>
Diffstat (limited to 'hw')
-rwxr-xr-x | hw/xfree86/sdksyms.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 7c9734c07..d7f259d28 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -44,6 +44,9 @@ cat > sdksyms.c << EOF /* miext/sync/Makefile.am */ #include "misync.h" #include "misyncstr.h" +#if HAVE_XSHMFENCE +#include "misyncshm.h" +#endif /* Xext/Makefile.am -- half is module, half is builtin */ #ifdef XV |