summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2017-03-21 10:29:16 -0400
committerBryce Harrington <bryce@osg.samsung.com>2017-04-03 19:26:47 -0700
commitca9ecd9f14665e5d603a91753ea95a7719780bdc (patch)
tree2a0958599a17c2951406c68ed3cf3290b9e9fca7
parent4c26383e06bc356ac6f97f0e431e9110f1f50032 (diff)
wayland-web: Update documentation for EFL toolkit web page
This patch updates the documentation for building EFL with wayland support on the wayland web site. Signed-off-by: Chris Michael <cp.michael@samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com> Acked-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r--efl.html16
1 files 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
</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>