X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=configure.ac;h=e714ee1d51a7f73c75d728a2f232bc1abdc73250;hb=5975e5aa83b4683748d19a99f1e35a67bb4f86b1;hp=2585eba28b9b72095f96b5aa1565ad5789958986;hpb=f7d1ae5b849d6979faaa615e1f35a393fcbf9d68;p=conv-inbox diff --git a/configure.ac b/configure.ac index 2585eba..e714ee1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(conversations-inbox-widget, 1.0.4) +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,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)