[librsvg] Remove checks for freetype, fontconfig and pango-ft2



commit 5b2dd097e95146137351299c7c80e7279f0514cf
Author: Christian Persch <chpe gnome org>
Date:   Wed Sep 7 19:40:59 2011 +0200

    Remove checks for freetype, fontconfig and pango-ft2
    
    librsvg doesn't depend on these anymore.

 configure.in |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/configure.in b/configure.in
index 41cd73b..62f6a85 100644
--- a/configure.in
+++ b/configure.in
@@ -30,12 +30,10 @@ AC_SUBST([RSVG_API_VERSION_U],[AS_TR_SH([$RSVG_API_VERSION])])
 
 dnl ===========================================================================
 
-FONTCONFIG_REQUIRED=1.0.1	dnl Same as in Pango, ???
 GLIB_REQUIRED=2.12.0
 GIO_REQUIRED=2.16.0
 LIBXML_REQUIRED=2.4.7
 CAIRO_REQUIRED=1.2.0
-PANGOFT2_REQUIRED=1.2.0
 PANGOCAIRO_REQUIRED=1.10.0
 GDK_PIXBUF_REQUIRED=1.3.7
 GTK2_REQUIRED=2.16.0
@@ -102,12 +100,9 @@ PKG_CHECK_MODULES(LIBRSVG, \
 	glib-2.0 >= $GLIB_REQUIRED \
 	gio-2.0 >= $GIO_REQUIRED \
 	libxml-2.0 >= $LIBXML_REQUIRED \
-	pangoft2 >= $PANGOFT2_REQUIRED \
 	pangocairo >= $PANGOCAIRO_REQUIRED \
 	cairo >= $CAIRO_REQUIRED \
-	cairo-png >= $CAIRO_REQUIRED \
-	fontconfig >= $FONTCONFIG_REQUIRED
-	freetype2)
+	cairo-png >= $CAIRO_REQUIRED)
 
 PKG_CHECK_MODULES([GTHREAD],[gthread-2.0 >= $GLIB_REQUIRED])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]