[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-poppler
Subject:    [poppler] cmake/modules configure.ac
From:       aacid () kemper ! freedesktop ! org (Albert Astals Cid)
Date:       2014-02-10 19:19:47
Message-ID: 20140210191947.DC6FF76273 () kemper ! freedesktop ! org
[Download RAW message or body]

 cmake/modules/FindGTK.cmake |    2 +-
 configure.ac                |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b2905a0d299cc09fcd219afe49cb370f6db61c5a
Author: Albert Astals Cid <aacid@kde.org>
Date:   Mon Feb 10 20:19:07 2014 +0100

    increase gtk3 dependency
    
    gtk_tree_view_set_activate_on_single_click was introduced in 3.8

diff --git a/cmake/modules/FindGTK.cmake b/cmake/modules/FindGTK.cmake
index cb67220..10e2292 100644
--- a/cmake/modules/FindGTK.cmake
+++ b/cmake/modules/FindGTK.cmake
@@ -15,7 +15,7 @@ include(FindPackageHandleStandardArgs)
 if (NOT WIN32)
   find_package(PkgConfig REQUIRED)
 
-  pkg_check_modules(GTK3 "gtk+-3.0>=3.0" "gdk-pixbuf-2.0")
+  pkg_check_modules(GTK3 "gtk+-3.0>=3.8" "gdk-pixbuf-2.0")
 
   find_package_handle_standard_args(GTK DEFAULT_MSG GTK3_LIBRARIES GTK3_CFLAGS)
 
diff --git a/configure.ac b/configure.ac
index 9d91229..686819b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -702,9 +702,9 @@ AC_ARG_ENABLE(gtk-test,
               enable_gtk_test=$enableval,
               enable_gtk_test="try")
 if test x$enable_gtk_test = xyes; then
-  PKG_CHECK_MODULES(GTK_TEST, gtk+-3.0 >= 3.0 gdk-pixbuf-2.0)
+  PKG_CHECK_MODULES(GTK_TEST, gtk+-3.0 >= 3.8 gdk-pixbuf-2.0)
 elif test x$enable_gtk_test = xtry; then
-  PKG_CHECK_MODULES(GTK_TEST, gtk+-3.0 >= 3.0 gdk-pixbuf-2.0,
+  PKG_CHECK_MODULES(GTK_TEST, gtk+-3.0 >= 3.8 gdk-pixbuf-2.0,
                     [enable_gtk_test="yes"],
                     [enable_gtk_test="no"])
 fi
_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/poppler
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic