[EGIT] [core/enlightenment] master 01/01: Update wayland readme file

2016-09-21 Thread Christopher Michael
devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=1f43764db0e493d13245444bc4830ec4f11e8479

commit 1f43764db0e493d13245444bc4830ec4f11e8479
Author: Chris Michael 
Date:   Wed Sep 21 08:07:15 2016 -0400

Update wayland readme file

Signed-off-by: Chris Michael 
---
 README.wayland | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.wayland b/README.wayland
index 600d55a..da0be0b 100644
--- a/README.wayland
+++ b/README.wayland
@@ -76,7 +76,7 @@ a Wayland session. Simply start as usual:
 If you have a separate configuration profile that you would like to use,
 you can tell Enlightenment to use that when you start it:
 
-  dbus-launch enlightenment_start -profile 
+  enlightenment_start -profile 
 
 To run a wayland session inside x11, export E_WL_FORCE=x11 before starting
 enlightenment.

-- 




[EGIT] [core/enlightenment] master 01/01: update wayland README file to remove build confusion

2015-02-19 Thread Christopher Michael
devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=4a310cf4cf335e91c08fbf8bc56dd06b8480f98d

commit 4a310cf4cf335e91c08fbf8bc56dd06b8480f98d
Author: Chris Michael cp.mich...@samsung.com
Date:   Thu Feb 19 16:51:52 2015 -0500

update wayland README file to remove build confusion

Signed-off-by: Chris Michael cp.mich...@samsung.com
---
 README.wayland | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/README.wayland b/README.wayland
index b3e0ceb..b210a52 100644
--- a/README.wayland
+++ b/README.wayland
@@ -65,13 +65,8 @@ In order for Enlightenment to be compiled without X11, using 
Wayland
 only, you will need to pass a few more options to the configure stage
 of Enlightenment:
 
-  --enable-wayland-clients
-  --enable-wl-drm
-
-If you wish to test the experimental Wayland-Only compositor, then
-also pass to configure:
-
   --enable-wayland-only
+  --enable-wl-drm
 
 Since this is all still a work-in-progress, there are a few
 Enlightenment modules that have not been fixed to work without X11

--