This is an automated email from the git hooks/post-receive script.

olivier pushed a 
commit to branch 
master
in repository xfce/xfwm4.

commit 06fdbc2009cf143bfb3b5661e1206a585baab560
Author: Olivier Fourdan <four...@xfce.org>
Date:   Tue May 14 20:53:33 2019 +0200

    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: Olivier Fourdan <four...@xfce.org>
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 756dff3..ff68f3b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -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])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to