diff --git a/README b/README index ada9dc483..7b71c018e 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 c570b0522..2eda899fc 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)')