X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=b3a0c99600a49569293a608e21b91bcbb046a268;hb=956a298234ec2ca7be614d63686d282fe30ba555;hp=c5db584b396952d041bee5fdac62ab84a7f15f63;hpb=c8222df594ebe1eb901b7fd7a0b91503f4fefd89;p=psensor.git diff --git a/configure.ac b/configure.ac index c5db584..b3a0c99 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,9 @@ AC_SUBST(XEXT_CFLAGS) AC_SUBST(XEXT_LIBS) # Checks GTK+ 3.0 -PKG_CHECK_MODULES(GTK, gtk+-3.0,,[AC_MSG_WARN("gtk missing psensor will not be built")]) +PKG_CHECK_MODULES(GTK, + [gtk+-3.0 >= 3.4],, + [AC_MSG_WARN("gtk missing psensor will not be built")]) AM_CONDITIONAL(GTK, test -n "$GTK_LIBS") # ensure that only allowed headers are included GTK_CFLAGS+=" -DGTK_DISABLE_SINGLE_INCLUDES "