X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask-pkg-ubuntu.git;a=blobdiff_plain;f=configure.ac;h=f5b6052e0c0c8394d4aefd92ca12a6800d1c2b7e;hp=45b5ebbeea59a8ce6834fb0c6894b13c1b278dba;hb=refs%2Fheads%2Fmaster;hpb=1bb83b7691a2190bc5c4f24751d704d5aaf46028 diff --git a/configure.ac b/configure.ac index 45b5ebb..f5b6052 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([ptask], [0.0.5],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask]) +AC_INIT([ptask], [0.0.9],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask]) AM_INIT_AUTOMAKE([-Wall gnu]) @@ -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