[Xfce4-commits] [xfce/xfwm4] 01/11: configure: Make sure to look for fences support

noreply at xfce.org noreply at xfce.org
Wed May 15 22:51:22 CEST 2019


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

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit 06fdbc2009cf143bfb3b5661e1206a585baab560
Author: Olivier Fourdan <fourdan at 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 <fourdan at 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.


More information about the Xfce4-commits mailing list