Skip to content
Snippets Groups Projects
Commit 60fcafcf authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

configure: Don't require libXext for Xrender.

parent b69038e3
No related branches found
No related tags found
No related merge requests found
...@@ -9818,7 +9818,7 @@ This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;; ...@@ -9818,7 +9818,7 @@ This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
esac esac
fi fi
   
if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x" if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
then then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
$as_echo_n "checking for -lXrender... " >&6; } $as_echo_n "checking for -lXrender... " >&6; }
......
...@@ -1161,7 +1161,7 @@ then ...@@ -1161,7 +1161,7 @@ then
[libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.]) [libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.])
dnl *** Check for Transform functions in Xrender dnl *** Check for Transform functions in Xrender
if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x" if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
then then
WINE_CHECK_SONAME(Xrender,XRenderQueryExtension, WINE_CHECK_SONAME(Xrender,XRenderQueryExtension,
[AC_CHECK_LIB(Xrender,XRenderSetPictureTransform, [AC_CHECK_LIB(Xrender,XRenderSetPictureTransform,
......
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