From f5a9900c9e438f999e995cd29c2da0ee668a8a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 28 Jun 2013 18:12:37 +0200 Subject: [PATCH] Fix configure.ac so that it links with dbus-glib-1 in examples. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matěj Cepl --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 4de1e9f..ed143da 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ PKG_CHECK_MODULES(GNOME_DOC_UTILS, gnome-doc-utils) PKG_CHECK_MODULES(TELEPATHY_GLIB, [ telepathy-glib >= 0.11.6 + dbus-glib-1 >= 0.100 mission-control-plugins >= 5.5 gtk+-2.0 >= 2.12.0 gio-unix-2.0 >= 2.21.4 -- 1.8.3.GIT