On Tue, Mar 21, 2017 at 12:56:07PM -0500, Derek Foreman wrote: > On 21/03/17 09:29 AM, Chris Michael wrote: > >This patch updates the documentation for building EFL with wayland > >support on the wayland web site. > > > >Signed-off-by: Chris Michael <[email protected]> > >--- > > efl.html | 16 +++++----------- > > 1 file changed, 5 insertions(+), 11 deletions(-) > > > >diff --git a/efl.html b/efl.html > >index 024109a..5b179df 100644 > >--- a/efl.html > >+++ b/efl.html > >@@ -32,7 +32,6 @@ > > > > <pre> > > $ git clone git://git.enlightenment.org/core/efl.git > >- $ git clone git://git.enlightenment.org/core/elementary.git > > Ok, those build instructions were savagely out of date. Thanks for fixing > this up. > > both are: > Reviewed-by: Derek Foreman <[email protected]>
Acked-by: Bryce Harrington <[email protected]> and pushed + deployed: To ssh://git.freedesktop.org/git/wayland/wayland-web 4c26383..a8f3716 master -> master Bryce > I was going to complain about the file size of the screenshot, but it seems > there are a few screenshots already in the repo designed to dazzle us with a > flashy background image. > > I wouldn't mind seeing those compressed more or replaced with shots that get > their point across in a less bandwidth intensive way, but I can't cry foul > on this screenshot if the others are just as bad. :) > > Thanks, > Derek > > > </pre> > > > > <h2>Compiling EFL</h2> > >@@ -51,13 +50,6 @@ > > $ make install > > </pre> > > > >- <h3>elementary</h3> > >- <pre> > >- $ ./autogen.sh --prefix=$WLD > >- $ make > >- $ make install > >- </pre> > >- > > <p><strong>With all these components it is important to read the > > output > > given by configure to ensure the requested options were enabled. You > > may need to look in config.log to identify missing > >@@ -71,13 +63,15 @@ > > or use EGL.</p> > > > > <p>For applications that use Elementary set the environment variable > >- <code>ELM_ENGINE</code> to <code>wayland_egl</code> or > >- <code>wayland_shm</code> as above.</p> > >+ <code>ELM_DISPLAY</code> to <code>wl</code>. You may also set the > >+ environment variable <code>ELM_ACCEL</code> to <code>none</code> > >+ to use software rendering, or to <code>gl</code> to use hardware > >+ accelerated rendering.</p> > > > > <h2>Getting help and reporting issues</h2> > > > > <p>Issues in the Wayland port of EFL can be reported in the > > Enlightenment <a href="https://phab.enlightenment.org/maniphest/">bug > >- tracker</a>.<br />There is also the #wayland-efl IRC channel on > >irc.freenode.net</p> > >+ tracker</a>.<br />There is also the #edevelop IRC channel on > >irc.freenode.net</p> > > </body> > > </html> > > > > _______________________________________________ > wayland-devel mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
