This breaks the build if you don't have elementary installed.
Performance test requires elementary (WTF!?!) which depends on e_dbus.
It should either not depend on elementary or be disabled by default.

Best regards, Etrunko

On Sun, Jul 29, 2012 at 1:57 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> e_dbus: fix 2 --disable for the same thing
>
>   PrinceAMD> ahh, guys in e_dbus why is there  --disable-performance-test &
>              --disable-performance_test, by default e_dbus says performance
>              is disable but still tries to build it and fails, it cant
>              find <Eina.h>
>   PrinceAMD> anyhow with autogen --disable-performance-test
>              --disable-performance_test , e_dbus compile
>
>   We were actually trying to compile a "component" that is really a test
>   binary. And for that component we were not applying the CFLAGS. Now
>   there's only a --disable-performance-test as it was supposed to be.
>
>
>
> Author:       lucas
> Date:         2012-07-28 21:57:40 -0700 (Sat, 28 Jul 2012)
> New Revision: 74540
> Trac:         http://trac.enlightenment.org/e/changeset/74540
>
> Modified:
>   trunk/e_dbus/configure.ac
>
> Modified: trunk/e_dbus/configure.ac
> ===================================================================
> --- trunk/e_dbus/configure.ac   2012-07-28 16:33:37 UTC (rev 74539)
> +++ trunk/e_dbus/configure.ac   2012-07-29 04:57:40 UTC (rev 74540)
> @@ -69,7 +69,6 @@
>  want_enotify="yes"
>  want_eofono="yes"
>  want_eukit="yes"
> -want_performance_test="yes"
>
>  case "$host_os" in
>     mingw*)
> @@ -79,7 +78,6 @@
>        want_enotify="no"
>        want_eofono="no"
>        want_eukit="no"
> -      want_performance_test="no"
>        ;;
>  esac
>
> @@ -126,12 +124,6 @@
>     [enable_eukit=$enableval],
>     [enable_eukit="${want_eukit}"])
>
> -AC_ARG_ENABLE([performance_test],
> -   [AC_HELP_STRING([--disable-performance_test], [Disable performance 
> build])],
> -   [enable_performance_test=$enableval],
> -   [enable_performance_test="${want_performance_test}"])
> -
> -
>  ### Checks for programs
>
>  AC_PROG_CC
> @@ -198,7 +190,6 @@
>  AM_CONDITIONAL([BUILD_ENOTIFY],  [test "x${enable_enotify}"  = "xyes"])
>  AM_CONDITIONAL([BUILD_EOFONO],   [test "x${enable_eofono}"   = "xyes"])
>  AM_CONDITIONAL([BUILD_EUKIT],    [test "x${enable_eukit}"    = "xyes"])
> -AM_CONDITIONAL([BUILD_PERFORMANCE_TEST],    [test 
> "x${enable_performance_test}"    = "xyes"])
>
>  # Dependencies for the binaries
>
> @@ -211,7 +202,7 @@
>  EFL_ENABLE_BIN([edbus-notify-test], [${enable_enotify}])
>  EFL_ENABLE_BIN([edbus-ofono-test], [${enable_eofono}])
>  EFL_ENABLE_BIN([edbus-ukit-test], [${enable_eukit}])
> -EFL_ENABLE_BIN([edbus-performance-test], [${enable_performance_test}])
> +EFL_ENABLE_BIN([edbus-performance-test], ["yes"])
>  EFL_ENABLE_BIN([edbus-async-test], ["yes"])
>
>  if test "x${have_edbus_test}" = "xyes" ; then
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn



-- 
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to