[PATCH wayland-web] efl: update efl build instructions
Kristian Høgsberg
hoegsberg at gmail.com
Tue Dec 11 20:40:16 PST 2012
On Mon, Dec 10, 2012 at 07:06:59PM -0800, U. Artie Eoff wrote:
> From: "U. Artie Eoff" <ullysses.a.eoff at intel.com>
>
> 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 <ullysses.a.eoff at intel.com>
> ---
> 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.</strong></p>
>
> <pre>
> - $ 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
> </pre>
>
> @@ -52,47 +49,21 @@
> <p>Along the way you may need to install extra dependencies from your
> distribution.</p>
>
> - <h3>eina</h3>
> + <h3>efl</h3>
> <pre>
> - $ ./autogen.sh --prefix=$WLD
> - $ make
> - $ make install
> - </pre>
> -
> - <h3>eet</h3>
> - <pre>
> - $ ./autogen.sh --prefix=$WLD
> - $ make
> - $ make install
> - </pre>
> -
> -
> - <h3>evas</h3>
> - <pre>
> - $ ./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
> </pre>
>
> -
> - <h3>ecore</h3>
> - <pre>
> - $ ./autogen.sh --prefix=$WLD --enable-ecore-wayland \
> - --enable-ecore-evas-wayland-shm --enable-ecore-evas-wayland-egl
> - $ make
> - $ make install
> - </pre>
> -
> -
> - <h3>embryo</h3>
> + <h3>edje</h3>
> <pre>
> $ ./autogen.sh --prefix=$WLD
> $ make
> $ make install
> </pre>
>
> - <h3>edje</h3>
> + <h3>emotion</h3>
> <pre>
> $ ./autogen.sh --prefix=$WLD
> $ make
> --
> 1.7.11.7
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list