From d0f66258bed7bd949af6c0e74e95d7ac5bf900e3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 12 Jul 2019 14:04:09 +0100 Subject: [PATCH] wl option = rename from wayland to wl so it matches efl consistency is good... --- README | 9 ++++----- meson_options.txt | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) 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)')