X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=configure.ac;h=e541faee762b64c93692d956517a5a5f20c04cf1;hb=b3d6e55a0608b3fb1a8ecfdc36f9b52333d3051f;hp=bb8a883a45f7e183ba4c9e1d2001e67df7e71b8a;hpb=e44733f77f7ae4de0604c933604930d6904f848b;p=conv-inbox diff --git a/configure.ac b/configure.ac index bb8a883..e541fae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(conversations-inbox-widget, 1.0.0) +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)