Skip to content
Snippets Groups Projects
Commit 06fdbc20 authored by Olivier Fourdan's avatar Olivier Fourdan :tools:
Browse files

configure: Make sure to look for fences support


Fences support was added later in XSync, make sure we have a version
with fences support or the build would fail.

Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
parent 89e98509
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ AC_HELP_STRING([--disable-xsync], [don't try to use the xsync extension]),
[], [enable_xsync=yes])
have_xsync="no"
if test x"$enable_xsync" = x"yes"; then
AC_CHECK_LIB([Xext], [XSyncQueryExtension],
AC_CHECK_LIB([Xext], [XSyncCreateFence],
[ have_xsync="yes"
XSYNC_LIBS=" -lXext"
AC_DEFINE([HAVE_XSYNC], [1], [Define to enable xsync])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment