wl option = rename from wayland to wl so it matches efl

consistency is good...
This commit is contained in:
Carsten Haitzler 2019-07-12 14:04:09 +01:00
parent aa2eacbee8
commit d0f66258be
2 changed files with 5 additions and 6 deletions

9
README
View File

@ -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. system integrators to match your policies and scripts/tools.
NOTE: To enable wayland support (still considered experimental and not for NOTE: To enable wayland support (still considered experimental and not for
regular end users) use the meson -Dwayland=true option. To run regular end users) use the meson -Dwl=true option. To run enlightenment in
enlightenment in wayland mode, just log on on ant vt and run wayland mode, just log on on ant vt and run enlightenment_start. If you
enlightenment_start. If you wish to debug and see all the output try wish to debug and see all the output try using something like screen then
using something like screen then attaching to the remote screen attaching to the remote screen session by sshing in etc.
session by sshing in etc.

View File

@ -45,7 +45,7 @@ option('mount-eeze',
value: false, value: false,
description: 'enable eeze mounting support: (default=false)') description: 'enable eeze mounting support: (default=false)')
option('wayland', option('wl',
type: 'boolean', type: 'boolean',
value: false, value: false,
description: 'enable wayland support: (default=false)') description: 'enable wayland support: (default=false)')