[gnome-color-manager] Require gtk3 as per the GNOME release team announcement



commit 759559369a6b62b5834ae982eb767a11a832bb68
Author: Richard Hughes <richard hughsie com>
Date:   Thu Jun 10 12:49:03 2010 +0100

    Require gtk3 as per the GNOME release team announcement

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fd06c29..c0db004 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,7 @@ dnl ---------------------------------------------------------------------------
 dnl - Library dependencies
 dnl ---------------------------------------------------------------------------
 GLIB_REQUIRED=2.14.0
-GTK_REQUIRED=2.14.0
+GTK_REQUIRED=2.90.0
 GNOMEDESKTOP_REQUIRED=2.14.0
 VTE_REQUIRED=0.25.1
 CANBERRA_REQUIRED=0.10
@@ -113,7 +113,7 @@ dnl - Check library dependencies
 dnl ---------------------------------------------------------------------------
 PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 gthread-2.0 gio-2.0 >= $GIO_REQUIRED)
 PKG_CHECK_MODULES(XORG, xxf86vm xrandr)
-PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_REQUIRED)
+PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_REQUIRED)
 PKG_CHECK_MODULES(GNOMEDESKTOP, gnome-desktop-2.0 >= $GNOMEDESKTOP_REQUIRED)
 PKG_CHECK_MODULES(VTE, vte >= $VTE_REQUIRED)
 PKG_CHECK_MODULES(GUDEV, gudev-1.0)



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