fix DSO. Patch by Halton Huo <halton.huo@intel.com>
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 26 Sep 2011 21:40:51 +0000 (21:40 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 26 Sep 2011 21:40:51 +0000 (21:40 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@63611 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

AUTHORS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 526ff52..5b56f1d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,3 +6,4 @@ Gustavo F. Padovan <padovan@profusion.mobi>
 João Paulo Rechi Vita <jprvita@profusion.mobi>
 Sebastian Dransfeld <sd@tango.flipp.net>
 Lucas De Marchi <lucas.demarchi@profusion.mobi>
+Halton Huo <halton.huo@intel.com>
index d53d588..f43599f 100644 (file)
@@ -243,7 +243,7 @@ fi
 
 if test "x${have_edbus_notify_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_NOTIFY_TEST],
-      [ecore >= 1.0.0 evas >= 1.0.0 dbus-1 >= 0.62],
+      [ecore >= 1.0.0 evas >= 1.0.0 eina >= 1.0.0 dbus-1 >= 0.62],
       [have_edbus_notify_test="yes"],
       [have_edbus_notify_test="no"])
 fi