From 89977d24ab743522bcbf2b373c582a3f521fc496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Iranzo=20G=C3=B3mez?= Date: Mon, 8 Jul 2024 09:55:14 +0200 Subject: [PATCH] Update README.md Change 'true' for 'enabled' as per the error message received from meson: ~~~ meson.build:1:0: ERROR: Value "true" (of type "string") for combo option "Enable support for X11 applications" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto". ~~~ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71cee17..db617b9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ build --buildtype=release`. Cage comes with compile-time support for XWayland. To enable this, first make sure that your version of wlroots is compiled with this -option. Then, add `-Dxwayland=true` to the `meson` command above. Note +option. Then, add `-Dxwayland=enabled` to the `meson` command above. Note that you'll need to have the XWayland binary installed on your system for this to work.