gnucash master: Set the same minimum required gtk version for cmake and autotools

Geert Janssens gjanssens at code.gnucash.org
Thu Aug 31 09:41:38 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/64309e4e (commit)
	from  https://github.com/Gnucash/gnucash/commit/74b6ef8a (commit)



commit 64309e4e8845e56e34cb84378f7b00fa03ade74e
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Aug 31 15:41:32 2017 +0200

    Set the same minimum required gtk version for cmake and autotools
    
    3.10 is what Ubuntu 14.04 (Trusty) ships with and that's the
    most recent on Travis. So we can't require a more recent version
    for now.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8626c7..c5ead6f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -192,7 +192,7 @@ ELSE (WIN32)
 ENDIF (WIN32)
 
 IF (WITH_GNUCASH)
-  GNC_PKG_CHECK_MODULES (GTK3 REQUIRED gtk+-3.0>=3.14.0)
+  GNC_PKG_CHECK_MODULES (GTK3 REQUIRED gtk+-3.0>=3.10.0)
 ENDIF (WITH_GNUCASH)
 
 GNC_PKG_CHECK_MODULES (ZLIB REQUIRED zlib)



Summary of changes:
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list