mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 12:12:25 +00:00
Require Cairo as a Clutter dependency
Cairo has been an indirect dependency for Clutter since 0.8, through the PangoCairo API. Now we explicitly depend on Cairo in order to merge the clutter-cairo API into Clutter core.
This commit is contained in:
parent
4973b684a6
commit
49e762a291
@ -520,7 +520,7 @@ fi
|
||||
AC_SUBST(JSON_PREFIX)
|
||||
AM_CONDITIONAL(LOCAL_JSON_GLIB, test "x$have_json" = "xno")
|
||||
|
||||
CLUTTER_REQUIRES="pangocairo >= 1.18 gobject-2.0 >= 2.16 gthread-2.0 gmodule-no-export-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC"
|
||||
CLUTTER_REQUIRES="cairo >= 1.4 pangocairo >= 1.18 gobject-2.0 >= 2.16 gthread-2.0 gmodule-no-export-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC"
|
||||
|
||||
if test "x$imagebackend" = "xgdk-pixbuf"; then
|
||||
CLUTTER_REQUIRES="$CLUTTER_REQUIRES gdk-pixbuf-2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user