summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-07-12 14:04:09 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-07-12 14:04:09 +0100
commitd0f66258bed7bd949af6c0e74e95d7ac5bf900e3 (patch)
tree1ec0ad113a1d845f60bfe064d2d8b364e2f079d9
parentaa2eacbee8469cbf93909bbe36adc0954d833737 (diff)
downloadenlightenment-d0f66258bed7bd949af6c0e74e95d7ac5bf900e3.tar.gz
wl option = rename from wayland to wl so it matches efl
consistency is good...
-rw-r--r--README9
-rw-r--r--meson_options.txt2
2 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index ada9dc4835..7b71c018ec 100644
--- a/README
+++ b/README
@@ -35,10 +35,9 @@ it looks at. This file is intended to be customized by packagers and
system integrators to match your policies and scripts/tools.
NOTE: To enable wayland support (still considered experimental and not for
-regular end users) use the meson -Dwayland=true option. To run
-enlightenment in wayland mode, just log on on ant vt and run
-enlightenment_start. If you wish to debug and see all the output try
-using something like screen then attaching to the remote screen
-session by sshing in etc.
+regular end users) use the meson -Dwl=true option. To run enlightenment in
+wayland mode, just log on on ant vt and run enlightenment_start. If you
+wish to debug and see all the output try using something like screen then
+attaching to the remote screen session by sshing in etc.
diff --git a/meson_options.txt b/meson_options.txt
index c570b0522b..2eda899fcc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -45,7 +45,7 @@ option('mount-eeze',
value: false,
description: 'enable eeze mounting support: (default=false)')
-option('wayland',
+option('wl',
type: 'boolean',
value: false,
description: 'enable wayland support: (default=false)')