mirror of
https://git.yoctoproject.org/libmatchboxwm2
synced 2025-11-03 20:55:44 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user