i did that for a precise reason... I'll revert some stuff...

Vincent

On Wed, Oct 10, 2012 at 7:40 PM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> efl: cleanup to remove stuff that is not in single-tree yet.
>
>   Remove every mention to libraries that are still not in the
>   single-tree build such as emotion, efreet and ethumb.
>
>   Keep it simple and just add them back when they are merged.
>
>   Added similar variables for all of evil, eina, eo and eet. Keep them
>   in the same order for now.
>
>
>
> Author:       barbieri
> Date:         2012-10-10 10:40:35 -0700 (Wed, 10 Oct 2012)
> New Revision: 77767
> Trac:         http://trac.enlightenment.org/e/changeset/77767
>
> Modified:
>   trunk/efl/INSTALL trunk/efl/configure.ac
>
> Modified: trunk/efl/INSTALL
> ===================================================================
> --- trunk/efl/INSTALL   2012-10-10 17:27:11 UTC (rev 77766)
> +++ trunk/efl/INSTALL   2012-10-10 17:40:35 UTC (rev 77767)
> @@ -1,8 +1,8 @@
>  Installation Instructions
>  *************************
>
> -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
> -2006, 2007, 2008, 2009 Free Software Foundation, Inc.
> +Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
> +Inc.
>
>     Copying and distribution of this file, with or without modification,
>  are permitted in any medium without royalty provided the copyright
> @@ -226,6 +226,11 @@
>
>  and if that doesn't work, install pre-built binaries of GCC for HP-UX.
>
> +   HP-UX `make' updates targets which have the same time stamps as
> +their prerequisites, which makes it generally unusable when shipped
> +generated files such as `configure' are involved.  Use GNU `make'
> +instead.
> +
>     On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
>  parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
>  a workaround.  If GNU CC is not installed, it is therefore recommended
>
> Modified: trunk/efl/configure.ac
> ===================================================================
> --- trunk/efl/configure.ac      2012-10-10 17:27:11 UTC (rev 77766)
> +++ trunk/efl/configure.ac      2012-10-10 17:40:35 UTC (rev 77767)
> @@ -51,106 +51,36 @@
>
>  #### Default values
>
> -want_evas="yes"
> -want_ecore="yes"
> -want_embryo="yes"
> -want_eio="yes"
> -want_edje="yes"
> -want_efreet="yes"
> -want_e_dbus="yes"
> -want_eeze="yes"
> -want_emotion="yes"
> -want_ethumb="yes"
> -want_elementary="yes"
>
>  requirements_libs_evil=""
>  requirements_libs_eina=""
> +requirements_libs_eo=""
>  requirements_libs_eet=""
> -requirements_libs_evas=""
> -requirements_libs_ecore=""
> -requirements_libs_embryo=""
> -requirements_libs_eio=""
> -requirements_libs_edje=""
> -requirements_libs_efreet=""
> -requirements_libs_e_dbus=""
> -requirements_libs_eeze=""
> -requirements_libs_emotion=""
> -requirements_libs_ethumb=""
> -requirements_libs_elementary=""
>
>  requirements_libs_deps_evil=""
>  requirements_libs_deps_eina=""
> +requirements_libs_deps_eo=""
>  requirements_libs_deps_eet=""
> -requirements_libs_deps_evas=""
> -requirements_libs_deps_ecore=""
> -requirements_libs_deps_embryo=""
> -requirements_libs_deps_eio=""
> -requirements_libs_deps_edje=""
> -requirements_libs_deps_efreet=""
> -requirements_libs_deps_e_dbus=""
> -requirements_libs_deps_eeze=""
> -requirements_libs_deps_emotion=""
> -requirements_libs_deps_ethumb=""
> -requirements_libs_deps_elementary=""
>
> +requirements_pc_evil=""
>  requirements_pc_eina=""
> -requirements_pc_eet=""
>  requirements_pc_eo=""
> -requirements_pc_evas=""
> -requirements_pc_ecore=""
> -requirements_pc_embryo=""
> -requirements_pc_eio=""
> -requirements_pc_edje=""
> -requirements_pc_efreet=""
> -requirements_pc_e_dbus=""
> -requirements_pc_eeze=""
> -requirements_pc_emotion=""
> -requirements_pc_ethumb=""
> -requirements_pc_elementary=""
> +requirements_pc_eet=""
>
> +requirements_pc_deps_evil=""
>  requirements_pc_deps_eina=""
> +requirements_pc_deps_eo=""
>  requirements_pc_deps_eet=""
> -requirements_pc_deps_evas=""
> -requirements_pc_deps_ecore=""
> -requirements_pc_deps_embryo=""
> -requirements_pc_deps_eio=""
> -requirements_pc_deps_edje=""
> -requirements_pc_deps_efreet=""
> -requirements_pc_deps_e_dbus=""
> -requirements_pc_deps_eeze=""
> -requirements_pc_deps_emotion=""
> -requirements_pc_deps_ethumb=""
> -requirements_pc_deps_elementary=""
>
>  AC_SUBST([requirements_libs_evil])
>  AC_SUBST([requirements_libs_eina])
> +AC_SUBST([requirements_libs_eo])
>  AC_SUBST([requirements_libs_eet])
> -AC_SUBST([requirements_libs_evas])
> -AC_SUBST([requirements_libs_ecore])
> -AC_SUBST([requirements_libs_embryo])
> -AC_SUBST([requirements_libs_eio])
> -AC_SUBST([requirements_libs_edje])
> -AC_SUBST([requirements_libs_efreet])
> -AC_SUBST([requirements_libs_e_dbus])
> -AC_SUBST([requirements_libs_eeze])
> -AC_SUBST([requirements_libs_emotion])
> -AC_SUBST([requirements_libs_ethumb])
> -AC_SUBST([requirements_libs_elementary])
>
> +AC_SUBST([requirements_pc_evil])
>  AC_SUBST([requirements_pc_eina])
> -AC_SUBST([requirements_pc_eet])
>  AC_SUBST([requirements_pc_eo])
> -AC_SUBST([requirements_pc_evas])
> -AC_SUBST([requirements_pc_ecore])
> -AC_SUBST([requirements_pc_embryo])
> -AC_SUBST([requirements_pc_eio])
> -AC_SUBST([requirements_pc_edje])
> -AC_SUBST([requirements_pc_efreet])
> -AC_SUBST([requirements_pc_e_dbus])
> -AC_SUBST([requirements_pc_eeze])
> -AC_SUBST([requirements_pc_emotion])
> -AC_SUBST([requirements_pc_ethumb])
> -AC_SUBST([requirements_pc_elementary])
> +AC_SUBST([requirements_pc_eet])
>
>
>  AC_CANONICAL_HOST
> @@ -165,18 +95,12 @@
>     mingw32ce*)
>        have_wince="yes"
>        have_windows="yes"
> -      want_efreet="no"
> -      want_e_dbus="no"
> -      want_eeze="no"
> -      want_emotion="no"
> -      want_ethumb="no"
>        MODULE_ARCH="$host_os-$host_cpu"
>        MODULE_EXT=".dll"
>     ;;
>     mingw*)
>        have_win32="yes"
>        have_windows="yes"
> -      want_eeze="no"
>        MODULE_ARCH="$host_os-$host_cpu-v_maj.v_min.v_mic"
>        MODULE_EXT=".dll"
>     ;;
> @@ -626,10 +550,11 @@
>
>  ## Examples
>
> -PKG_CHECK_MODULES([ECORE_EVAS],
> -   [ecore-evas ecore evas],
> -   [build_tiler_example="yes"],
> -   [build_tiler_example="no"])
> +# TODO: add once ecore-evas is merged:
> +#PKG_CHECK_MODULES([ECORE_EVAS],
> +#   [ecore-evas ecore evas],
> +#   [build_tiler_example="yes"],
> +#   [build_tiler_example="no"])
>
>  AM_CONDITIONAL([BUILD_TILER_EXAMPLE], [test "x${build_tiler_example}" = 
> "xyes"])
>
> @@ -1160,7 +1085,8 @@
>
>  # Example (evas one)
>
> -PKG_CHECK_MODULES([ELM], [elementary >= 1.7.0], [have_elm="yes"], 
> [have_elm="no"])
> +# TODO: add once elementary is merged
> +#PKG_CHECK_MODULES([ELM], [elementary >= 1.7.0], [have_elm="yes"], 
> [have_elm="no"])
>  AM_CONDITIONAL([EO_BUILD_EXAMPLE_EVAS], [test "x${have_elm}" = "xyes"])
>
>  ### Checks for header files
> @@ -1190,24 +1116,6 @@
>  #### End of Eo
>
>
> -#### Evas
> -
> -#AC_MSG_NOTICE([Evas checks])
> -
> -### Default values
> -### Additional options to configure
> -### Checks for programs
> -### Checks for libraries
> -### Checks for header files
> -### Checks for types
> -### Checks for structures
> -### Checks for compiler characteristics
> -### Checks for linker characteristics
> -### Checks for library functions
> -
> -#### End of Evas
> -
> -
>  AC_CONFIG_FILES([
>  Makefile
>  doc/Makefile
>
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to