mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 06:48:01 +02:00
Fix circular dependency in cairo.pc and cairo-xlib.pc.
This commit is contained in:
parent
53a478d233
commit
5ba974ea0b
1 changed files with 2 additions and 1 deletions
|
|
@ -199,7 +199,8 @@ CAIRO_BACKEND_ENABLE(xlib_xrender, Xlib Xrender, xlib-xrender, XLIB_XRENDER_SURF
|
|||
AC_CHECK_HEADER(X11/extensions/Xrender.h,
|
||||
[xlib_xrender_LIBS="-lXrender"],
|
||||
[use_xlib_xrender="no (requires Xrender http://freedesktop.org/Software/xlibs)"])])
|
||||
xlib_xrender_REQUIRES=cairo-xlib
|
||||
xlib_xrender_CFLAGS="$xlib_CFLAGS $xlib_xrender_CFLAGS"
|
||||
xlib_xrender_LIBS="$xlib_LIBS $xlib_xrender_LIBS"
|
||||
fi
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue