X-Git-Url: http://git.maemo.org/git/?p=conv-inbox;a=blobdiff_plain;f=configure.ac;h=8423154aa6a9bf5b308c26f8ebd7543845760a4c;hp=392ae4099f4ae91983af48896c1406a47820eaab;hb=6103a7223d0abf9a9798874213e0042c5e544cff;hpb=a119f1eb9381573bb7beb7b4b8b8376aabca5607 diff --git a/configure.ac b/configure.ac index 392ae40..8423154 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(conversations-inbox-widget, 1.0.3) +AC_INIT(conversations-inbox-widget, 1.1.1) AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG_SRCDIR(src/el-home-applet.c) AM_CONFIG_HEADER(config.h) @@ -12,7 +12,8 @@ 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 + rtcom-eventlogger-plugins]) hildonhomedesktopentrydir=`pkg-config libhildondesktop-1 --variable=hildonhomedesktopentrydir` AC_SUBST(hildonhomedesktopentrydir)