From 4b98cd85c49c5b7052bd8c988b7e043f7d4d5b13 Mon Sep 17 00:00:00 2001 From: raster Date: Tue, 22 Nov 2011 23:36:00 +0000 Subject: [PATCH] why is there a requires for the econnman.pc of connman >= 0.75 ? i don't even see a connman.pc around - be that as it may, this is a dbus protocol api lib and so it doesnt have a hard requirement for connman to be installed - it's a soft requirement since its protocol. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@65524 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2fcc1e2..745bb6b 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,7 @@ case "$host_os" in esac requirement_ebluez="edbus >= 1.1.0" -requirement_econnman0_7x="edbus >= 1.1.0 connman >= 0.75" +requirement_econnman0_7x="edbus >= 1.1.0" requirement_edbus="ecore >= 1.1.0 eina >= 1.1.0 dbus-1 >= 0.62" requirement_ehal="edbus >= 1.1.0" requirement_enotify="edbus >= 1.1.0" -- 2.7.4