mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
2008-06-04 Robert Bragg <bob@o-hand.com>
* configure.ac: Checks that for pangocairo >= 1.18, since pangocairo-font.c uses pango_cairo_font_get_scaled_font which isn't otherwise available.
This commit is contained in:
parent
d81aceff2e
commit
b2a3ce461d
@ -1,3 +1,10 @@
|
|||||||
|
2008-06-04 Robert Bragg <bob@o-hand.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Checks that for pangocairo >= 1.18, since
|
||||||
|
pangocairo-font.c uses pango_cairo_font_get_scaled_font which isn't
|
||||||
|
otherwise available.
|
||||||
|
|
||||||
2008-06-03 Neil Roberts <neil@o-hand.com>
|
2008-06-03 Neil Roberts <neil@o-hand.com>
|
||||||
|
|
||||||
Applied patch from bug #947
|
Applied patch from bug #947
|
||||||
|
@ -457,7 +457,7 @@ fi
|
|||||||
AC_SUBST(JSON_PREFIX)
|
AC_SUBST(JSON_PREFIX)
|
||||||
AM_CONDITIONAL(LOCAL_JSON_GLIB, test "x$have_json" = "xno")
|
AM_CONDITIONAL(LOCAL_JSON_GLIB, test "x$have_json" = "xno")
|
||||||
|
|
||||||
CLUTTER_REQUIRES="pangocairo glib-2.0 >= 2.14 gobject-2.0 gthread-2.0 gmodule-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC"
|
CLUTTER_REQUIRES="pangocairo >= 1.18 glib-2.0 >= 2.14 gobject-2.0 gthread-2.0 gmodule-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC"
|
||||||
|
|
||||||
if test "x$imagebackend" = "xgdk-pixbuf"; then
|
if test "x$imagebackend" = "xgdk-pixbuf"; then
|
||||||
CLUTTER_REQUIRES="$CLUTTER_REQUIRES gdk-pixbuf-2.0"
|
CLUTTER_REQUIRES="$CLUTTER_REQUIRES gdk-pixbuf-2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user