From: raster Date: Tue, 22 Nov 2011 23:36:00 +0000 (+0000) Subject: why is there a requires for the econnman.pc of connman >= 0.75 ? i X-Git-Tag: 2.0_alpha~38^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b98cd85c49c5b7052bd8c988b7e043f7d4d5b13;p=framework%2Fuifw%2Fedbus.git 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 --- 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"