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".
~~~
This commit is contained in:
Pablo Iranzo Gómez 2024-07-08 09:55:14 +02:00 committed by GitHub
parent e7d8780f46
commit 89977d24ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ build --buildtype=release`.
Cage comes with compile-time support for XWayland. To enable this, Cage comes with compile-time support for XWayland. To enable this,
first make sure that your version of wlroots is compiled with 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 that you'll need to have the XWayland binary installed on your system
for this to work. for this to work.