Ensure hildon-home will not start in safe mode
[conv-inbox] / configure.ac
index f84d6c9..bb8a883 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(conversations-inbox-widget, 0.1.1)
+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)
@@ -21,9 +21,11 @@ AC_SUBST(hildondesktoplibdir)
 
 PKG_CHECK_MODULES([LIBHILDONDESKTOP],
                    [libhildondesktop-1 >= 2.1.7])
-
 PKG_CHECK_MODULES([LIBOSSO_ABOOK],
                    [libosso-abook-1.0])
+PKG_CHECK_MODULES([LIBTP_GLIB],
+                   [telepathy-glib
+                   rtcom-telepathy-glib])
 
 AC_ARG_ENABLE([debug],
               [AS_HELP_STRING([--enable-debug], [enable debugging])],