Re: [PATCH wayland-web] efl: update efl build instructions

2012-12-11 Thread Kristian Høgsberg
On Mon, Dec 10, 2012 at 07:06:59PM -0800, U. Artie Eoff wrote:
> From: "U. Artie Eoff" 
> 
> eet, eina, embryo, evas, and ecore have moved into a single
> build tree in trunk/efl.  Various configure options have
> changed.

Thanks, pushed.
Kristian

> Signed-off-by: U. Artie Eoff 
> ---
>  efl.html | 41 ++---
>  1 file changed, 6 insertions(+), 35 deletions(-)
> 
> diff --git a/efl.html b/efl.html
> index 399ebf0..75d6471 100644
> --- a/efl.html
> +++ b/efl.html
> @@ -34,12 +34,9 @@
>with the 0.85 release.
>  
>
> -  $ svn co http://svn.enlightenment.org/svn/e/trunk/eina
> -  $ svn co http://svn.enlightenment.org/svn/e/trunk/eet
> -  $ svn co http://svn.enlightenment.org/svn/e/trunk/evas
> -  $ svn co http://svn.enlightenment.org/svn/e/trunk/ecore
> -  $ svn co http://svn.enlightenment.org/svn/e/trunk/embryo
> +  $ svn co http://svn.enlightenment.org/svn/e/trunk/efl
>$ svn co http://svn.enlightenment.org/svn/e/trunk/edje
> +  $ svn co http://svn.enlightenment.org/svn/e/trunk/emotion
>$ svn co http://svn.enlightenment.org/svn/e/trunk/elementary
>
>  
> @@ -52,47 +49,21 @@
>Along the way you may need to install extra dependencies from your
>distribution.
>  
> -  eina
> +  efl
>
> -  $ ./autogen.sh --prefix=$WLD
> -  $ make
> -  $ make install
> -  
> -
> -  eet
> -  
> -  $ ./autogen.sh --prefix=$WLD
> -  $ make
> -  $ make install
> -  
> -
> -
> -  evas
> -  
> -  $ ./autogen.sh --prefix=$WLD --enable-wayland-shm --enable-wayland-egl 
> \
> -  --enable-gl-flavor-gles --enable-gles-variety-sgx
> +  $ ./autogen.sh --prefix=$WLD --enable-wayland --enable-egl 
> --with-opengl=es
>$ make
>$ make install
>
>  
> -
> -  ecore
> -  
> -  $ ./autogen.sh --prefix=$WLD --enable-ecore-wayland \
> -  --enable-ecore-evas-wayland-shm --enable-ecore-evas-wayland-egl
> -  $ make
> -  $ make install
> -  
> -
> -
> -  embryo
> +  edje
>
>$ ./autogen.sh --prefix=$WLD
>$ make
>$ make install
>
>  
> -  edje
> +  emotion
>
>$ ./autogen.sh --prefix=$WLD
>$ make
> -- 
> 1.7.11.7
> 
> ___
> wayland-devel mailing list
> wayland-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH wayland-web] efl: update efl build instructions

2012-12-10 Thread U. Artie Eoff
From: "U. Artie Eoff" 

eet, eina, embryo, evas, and ecore have moved into a single
build tree in trunk/efl.  Various configure options have
changed.

Signed-off-by: U. Artie Eoff 
---
 efl.html | 41 ++---
 1 file changed, 6 insertions(+), 35 deletions(-)

diff --git a/efl.html b/efl.html
index 399ebf0..75d6471 100644
--- a/efl.html
+++ b/efl.html
@@ -34,12 +34,9 @@
   with the 0.85 release.
 
   
-  $ svn co http://svn.enlightenment.org/svn/e/trunk/eina
-  $ svn co http://svn.enlightenment.org/svn/e/trunk/eet
-  $ svn co http://svn.enlightenment.org/svn/e/trunk/evas
-  $ svn co http://svn.enlightenment.org/svn/e/trunk/ecore
-  $ svn co http://svn.enlightenment.org/svn/e/trunk/embryo
+  $ svn co http://svn.enlightenment.org/svn/e/trunk/efl
   $ svn co http://svn.enlightenment.org/svn/e/trunk/edje
+  $ svn co http://svn.enlightenment.org/svn/e/trunk/emotion
   $ svn co http://svn.enlightenment.org/svn/e/trunk/elementary
   
 
@@ -52,47 +49,21 @@
   Along the way you may need to install extra dependencies from your
   distribution.
 
-  eina
+  efl
   
-  $ ./autogen.sh --prefix=$WLD
-  $ make
-  $ make install
-  
-
-  eet
-  
-  $ ./autogen.sh --prefix=$WLD
-  $ make
-  $ make install
-  
-
-
-  evas
-  
-  $ ./autogen.sh --prefix=$WLD --enable-wayland-shm --enable-wayland-egl \
-  --enable-gl-flavor-gles --enable-gles-variety-sgx
+  $ ./autogen.sh --prefix=$WLD --enable-wayland --enable-egl 
--with-opengl=es
   $ make
   $ make install
   
 
-
-  ecore
-  
-  $ ./autogen.sh --prefix=$WLD --enable-ecore-wayland \
-  --enable-ecore-evas-wayland-shm --enable-ecore-evas-wayland-egl
-  $ make
-  $ make install
-  
-
-
-  embryo
+  edje
   
   $ ./autogen.sh --prefix=$WLD
   $ make
   $ make install
   
 
-  edje
+  emotion
   
   $ ./autogen.sh --prefix=$WLD
   $ make
-- 
1.7.11.7

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel