configure: check for xrender when supporting composite

We currently use XRenderFindVisualFormat to determine if a particular
window has an alpha component so libmatchbox itself depents on the
xrender extension library when support for composite is enabled.
This commit is contained in:
Robert Bragg
2010-11-22 21:14:47 +00:00
parent 6110929163
commit 59aa976f6a

View File

@@ -96,7 +96,7 @@ if test "x$png_theme" = "xyes"; then
fi
if test "x$compositing" != xno; then
needed_pkgs="$needed_pkgs xcomposite xdamage "
needed_pkgs="$needed_pkgs xcomposite xdamage xrender"
fi
all_managers="simple,maemo,xrender,clutter"