[librsvg: 2/6] Remove GTK3 bits from configure.ac



commit 522aeee0ca9b4ff3940bea2d13ebb77ec6c064a6
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jul 2 12:06:33 2019 -0500

    Remove GTK3 bits from configure.ac

 configure.ac | 18 ------------------
 1 file changed, 18 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3605aaf5..75e4a7f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,6 @@ FREETYPE2_REQUIRED=20.0.14
 GDK_PIXBUF_REQUIRED=2.20
 GIO_REQUIRED=2.24.0
 GLIB_REQUIRED=2.48.0
-GTK3_REQUIRED=3.10.0
 LIBXML_REQUIRED=2.9.0
 PANGO_REQUIRED=1.38.0
 
@@ -186,22 +185,6 @@ esac
 
 GLIB_TESTS
 
-# ===========================================================================
-# GTK
-# ===========================================================================
-
-PKG_CHECK_MODULES([GTK3],[gtk+-3.0 >= $GTK3_REQUIRED],[have_gtk_3=yes],[have_gtk_3=no])
-
-GTK3_BINARY_VERSION=
-
-if test "$have_gtk_3" = "yes"; then
-    GTK3_BINARY_VERSION="`$PKG_CONFIG --variable=gtk_binary_version gtk+-3.0`"
-fi
-
-AC_SUBST([GTK3_BINARY_VERSION])
-
-AM_CONDITIONAL([HAVE_GTK_3],[test "$have_gtk_3" = "yes"])
-
 dnl ===========================================================================
 dnl GDK-Pixbuf SVG loader
 dnl ===========================================================================
@@ -420,7 +403,6 @@ librsvg-$VERSION
        Build introspectable bindings:  ${found_introspection}
        Build Vala bindings:            ${enable_vala}
        Build GdkPixbuf loader:         ${enable_pixbuf_loader}
-        GTK+ $GTK3_REQUIRED or later:           ${have_gtk_3}
        Build miscellaneous tools:      ${build_misc_tools}
        Build HTML documentation:       ${enable_gtk_doc}
 "


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