X-Git-Url: http://git.maemo.org/git/?p=conv-inbox;a=blobdiff_plain;f=configure.ac;h=bb8a883a45f7e183ba4c9e1d2001e67df7e71b8a;hp=bda4647ab031296beece6fb6bbd81499e39bf726;hb=4026102020592efa7dc693d096a6f6f9f0279195;hpb=9d3ef7e6693be19813b731255bf3ab979a1635b4 diff --git a/configure.ac b/configure.ac index bda4647..bb8a883 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.0.0) AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG_SRCDIR(src/el-home-applet.c) AM_CONFIG_HEADER(config.h) @@ -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])],