Thanks for the quick fix.
But DBus performance may have build error I guess.
Can you try to build e_dbus performance?

Daniel Juyung Seo (SeoZ)

On Tue, Dec 4, 2012 at 10:24 AM, Enlightenment SVN <
[email protected]> wrote:

> Log:
> e_dbus: partial fix for autodetection stuff.
>
>
> Author:       cedric
> Date:         2012-12-03 17:24:29 -0800 (Mon, 03 Dec 2012)
> New Revision: 80119
> Trac:         http://trac.enlightenment.org/e/changeset/80119
>
> Modified:
>   trunk/e_dbus/configure.ac
>
> Modified: trunk/e_dbus/configure.ac
> ===================================================================
> --- trunk/e_dbus/configure.ac   2012-12-04 00:49:23 UTC (rev 80118)
> +++ trunk/e_dbus/configure.ac   2012-12-04 01:24:29 UTC (rev 80119)
> @@ -207,47 +207,47 @@
>
>  PKG_CHECK_MODULES([EDBUS_TEST],
>      [ecore >= 1.6.99 dbus-1 >= 0.62],
> -    [have_edbus_test="yes"],
> +    [have_edbus_test="${have_edbus_test}"],
>      [have_edbus_test="no"])
>  PKG_CHECK_MODULES([EDBUS_TEST_CLIENT],
>      [ecore >= 1.6.99 dbus-1 >= 0.62],
> -    [have_edbus_test_client="yes"],
> +    [have_edbus_test_client="${have_edbus_test_client}"],
>      [have_edbus_test_client="no"])
>  PKG_CHECK_MODULES([EDBUS_BLUEZ_TEST],
>      [ecore >= 1.6.99 eina >= 1.6.99 dbus-1 >= 0.62],
> -    [have_edbus_bluez_test="yes"],
> +    [have_edbus_bluez_test="${have_edbus_bluez_test}"],
>      [have_edbus_bluez_test="no"])
>  PKG_CHECK_MODULES([EDBUS_CONNMAN0_7X_TEST],
>      [ecore >= 1.6.99 eina >= 1.6.99 dbus-1 >= 0.62],
> -    [have_edbus_connman0_7x_test="yes"],
> +    [have_edbus_connman0_7x_test="${have_edbus_connman0_7x_test}"],
>      [have_edbus_connman0_7x_test="no"])
>  PKG_CHECK_MODULES([EDBUS_NOTIFICATION_DAEMON_TEST],
>      [ecore >= 1.6.99 evas >= 1.6.99 eina >= 1.6.99 dbus-1 >= 0.62],
> -    [have_edbus_notification_daemon_test="yes"],
> +
>  
> [have_edbus_notification_daemon_test="${have_edbus_notification_daemon_test}"],
>      [have_edbus_notification_daemon_test="no"])
>  PKG_CHECK_MODULES([EDBUS_NOTIFY_SEND],
>      [ecore >= 1.6.99 evas >= 1.6.99 eina >= 1.6.99 dbus-1 >= 0.62],
> -    [have_edbus_notify_send="yes"],
> +    [have_edbus_notify_send="${have_edbus_notify_send}"],
>      [have_edbus_notify_send="no"])
>  PKG_CHECK_MODULES([EDBUS_NOTIFY_TEST],
>      [ecore >= 1.6.99 ecore-evas >= 1.6.99 evas >= 1.6.99 eina >= 1.6.99
> dbus-1 >= 0.62],
> -    [have_edbus_notify_test="yes"],
> +    [have_edbus_notify_test="${have_edbus_notify_test}"],
>      [have_edbus_notify_test="no"])
>  PKG_CHECK_MODULES([EDBUS_OFONO_TEST],
>      [ecore >= 1.6.99 eina >= 1.6.99 dbus-1 >= 0.62],
> -    [have_edbus_ofono_test="yes"],
> +    [have_edbus_ofono_test="${have_edbus_ofono_test}"],
>      [have_edbus_ofono_test="no"])
>  PKG_CHECK_MODULES([EDBUS_PERFORMANCE_TEST],
>      [ecore >= 1.6.99 eina >= 1.6.99 dbus-1 >= 0.62 ecore-evas >= 1.6.99
> elementary >= 1.6.99 evas >= 1.6.99],
> -    [have_edbus_performance_test="yes"],
> +    [have_edbus_performance_test="${have_edbus_performance_test}"],
>      [have_edbus_performance_test="no"])
>  PKG_CHECK_MODULES([EDBUS_UKIT_TEST],
>      [ecore >= 1.6.99 eina >= 1.6.99 dbus-1 >= 0.62],
> -    [have_edbus_ukit_test="yes"],
> +    [have_edbus_ukit_test="${have_edbus_ukit_test}"],
>      [have_edbus_ukit_test="no"])
>  PKG_CHECK_MODULES([EDBUS_ASYNC_TEST],
>      [ecore >= 1.6.99 dbus-1 >= 0.62],
> -    [have_edbus_async_test="yes"],
> +    [have_edbus_async_test="${have_edbus_async_test}"],
>      [have_edbus_async_test="no"])
>
>  EFL_ENABLE_BIN([edbus-test], [${have_edbus_test}])
>
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to