[devhelp/application-menu] build: require gtk+ 3.4



commit 062bd4d8b45de501f72af55a61521f04a7827c50
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Fri Jul 6 13:05:36 2012 +0200

    build: require gtk+ 3.4
    
    For all the new GtkApplicationWindow stuff

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7d4941f..64b6c7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,13 +73,13 @@ AM_CONDITIONAL(WITH_WEBKIT2, test "x$with_webkit2" != xno)
 
 PKG_CHECK_MODULES(DEVHELP, [
   gthread-2.0 >= 2.10.0
-  gtk+-3.0 >= 3.0.2
+  gtk+-3.0 >= 3.4
   $WEBKITGTK_PC_NAME >= $WEBKITGTK_REQUIRED_VERSION
   gio-2.0 >= 2.32
 ])
 
 PKG_CHECK_MODULES(LIBDEVHELP, [
-  gtk+-3.0 >= 3.0.2
+  gtk+-3.0 >= 3.4
   gio-2.0 >= 2.32
   $gconf_pkgconfig
   $gtkmacintegration_pkgconfig



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