Show avatar instead of message type icon, initial impl.
[conv-inbox] / configure.ac
index d4ad421..f84d6c9 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(conversations-inbox-widget, 0.0.7)
+AC_INIT(conversations-inbox-widget, 0.1.1)
 AM_INIT_AUTOMAKE([-Wall])
 AC_CONFIG_SRCDIR(src/el-home-applet.c)
 AM_CONFIG_HEADER(config.h)
@@ -22,6 +22,9 @@ AC_SUBST(hildondesktoplibdir)
 PKG_CHECK_MODULES([LIBHILDONDESKTOP],
                    [libhildondesktop-1 >= 2.1.7])
 
+PKG_CHECK_MODULES([LIBOSSO_ABOOK],
+                   [libosso-abook-1.0])
+
 AC_ARG_ENABLE([debug],
               [AS_HELP_STRING([--enable-debug], [enable debugging])],
              [enable_debug=${enableval}], [enalbe_debug=no])