X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=configure.ac;h=e541faee762b64c93692d956517a5a5f20c04cf1;hb=5aeb58c39c760fb481a7948879dc0de954f8f5b3;hp=7e1182cc43588d798e357cd02a8741fb45dbcea8;hpb=4864f31536ae759376a3c7e6285fc4f2431cca0c;p=conv-inbox diff --git a/configure.ac b/configure.ac index 7e1182c..e541fae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(conversations-inbox-widget, 0.1.2) +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)