[network-manager-applet] build: un-bump GTK+ 3.x build requirement



commit 71c6220be5b8c3fa1a713fb024b1c5ecd8f1da4f
Author: Dan Williams <dcbw redhat com>
Date:   Tue Jan 4 12:50:38 2011 -0600

    build: un-bump GTK+ 3.x build requirement
    
    No, we don't actually need absolute-latest GTK3.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 99d2614..19aa874 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ case "${with_gtk2}" in
 	yes)	PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.20)
 		gtkver=2
 		;;
-	*)	PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 2.91.6)
+	*)	PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 2.91.4)
 		;;
 esac
 AM_CONDITIONAL(USE_GTK2, test x"$gtkver" = "x2")



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