X-Git-Url: http://git.maemo.org/git/?p=conv-inbox;a=blobdiff_plain;f=configure.ac;h=e714ee1d51a7f73c75d728a2f232bc1abdc73250;hp=cc43586c90ce67e578ea4978a8fa870a03e756ca;hb=5975e5aa83b4683748d19a99f1e35a67bb4f86b1;hpb=088a1f2ec81901d20535ba830133329bd29f60bb diff --git a/configure.ac b/configure.ac index cc43586..e714ee1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(conversations-inbox-widget, 0.1.1) +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) @@ -24,7 +24,8 @@ PKG_CHECK_MODULES([LIBHILDONDESKTOP], PKG_CHECK_MODULES([LIBOSSO_ABOOK], [libosso-abook-1.0]) PKG_CHECK_MODULES([LIBTP_GLIB], - [telepathy-glib]) + [telepathy-glib + rtcom-telepathy-glib]) AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug], [enable debugging])],