gtk >=3.12
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 21 Nov 2014 17:16:15 +0000 (18:16 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 21 Nov 2014 17:16:15 +0000 (18:16 +0100)
README
configure.ac

diff --git a/README b/README
index c896432..b1ba196 100644 (file)
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ The compilation of +ptask+ requires:
  * cppcheck (optional, static source checker)
  * gcc
  * help2man
- * library gtk3
+ * library gtk3 >= 3.12
  * library json-c
  * make
 
index 4b39750..5f8e2b6 100644 (file)
@@ -31,7 +31,7 @@ AC_SUBST(XEXT_CFLAGS)
 AC_SUBST(XEXT_LIBS)
 
 # Checks GTK+ 3.0
-PKG_CHECK_MODULES(GTK, gtk+-3.0)               
+PKG_CHECK_MODULES(GTK, [gtk+-3.0 >= 3.12])
 # ensure that only allowed headers are included
 GTK_CFLAGS+=" -DGTK_DISABLE_SINGLE_INCLUDES "
 # ensure that no gtk deprecated symbols are used