Plub mem leak
[conv-inbox] / configure.ac
index 2585eba..e541fae 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(conversations-inbox-widget, 1.0.4)
+AC_INIT(conversations-inbox-widget, 1.1.0)
 AM_INIT_AUTOMAKE([-Wall])
 AC_CONFIG_SRCDIR(src/el-home-applet.c)
 AM_CONFIG_HEADER(config.h)
@@ -12,7 +12,7 @@ AM_PATH_GLIB_2_0([2.16.0])
 CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
 
 PKG_CHECK_MODULES([LIBEVENT_LOGGER],
-                  [rtcom-eventlogger])
+                  [rtcom-eventlogger >= 1.2])
 
 hildonhomedesktopentrydir=`pkg-config libhildondesktop-1 --variable=hildonhomedesktopentrydir`
 AC_SUBST(hildonhomedesktopentrydir)