X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask-pkg-ubuntu.git;a=blobdiff_plain;f=configure.ac;h=f5b6052e0c0c8394d4aefd92ca12a6800d1c2b7e;hp=ec5eed07b2cb5596f7173628cf08e1929e3d68c1;hb=refs%2Fheads%2Fupstream;hpb=5e92def4de768cd195a32fd75fca8491d0671a1b diff --git a/configure.ac b/configure.ac index ec5eed0..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.8],[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