summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2012-06-19 23:39:06 +0200
committerAlexander Larsson <alexl@redhat.com>2012-06-29 15:42:21 +0200
commit19751af1b8d810d0d1ca1772dff113a6766bcbeb (patch)
tree2cb54914ae303acc043791f2e4bac8c7ddb2e560 /configure.ac
parent14c94fca74e35247a370be0956743d6eb5783e63 (diff)
downloadgnome-contacts-19751af1b8d810d0d1ca1772dff113a6766bcbeb.tar.gz
Add search provider for GNOME Shell
GNOME Shell provides a DBus interface for external search provider implementations; add a small auto-activated service which implements that interface, to replace the Shell's built-in contact search with results provided directly by GNOME Contacts. https://bugzilla.gnome.org/show_bug.cgi?id=679002
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a9fc0b3..e88a8db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_CONFIG_FILES([Makefile
LT_INIT
AC_PROG_CC
-AM_PROG_VALAC([0.14.0])
+AM_PROG_VALAC([0.17.2])
AC_PROG_INSTALL
GLIB_GSETTINGS
@@ -48,7 +48,7 @@ pkg_modules="gtk+-3.0 >= 3.4.0
"
PKG_CHECK_MODULES(CONTACTS, [$pkg_modules])
-CONTACTS_PACKAGES="--pkg gtk+-3.0 --pkg gio-2.0 --pkg folks --pkg folks-telepathy --pkg folks-eds --pkg libnotify"
+CONTACTS_PACKAGES="--pkg gtk+-3.0 --pkg gio-2.0 --pkg gio-unix-2.0 --pkg folks --pkg folks-telepathy --pkg folks-eds --pkg libnotify"
AC_SUBST(CONTACTS_PACKAGES)
gstreamers_modules="gdk-x11-3.0