mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-06 07:15:42 -04:00
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:
parent
e7d8780f46
commit
89977d24ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue