mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-28 01:41:13 -05:00
build: drop xwayland option
This is unnecessary because Xwayland logic doesn't bring in new dependencies. We can just compile in our Xwayland-related code when wlroots has been built with Xwayland support. See this Sway patch: https://github.com/swaywm/sway/pull/8165
This commit is contained in:
parent
e7d8780f46
commit
d3fb99d665
4 changed files with 7 additions and 18 deletions
|
|
@ -34,11 +34,9 @@ $ ninja -C build
|
|||
By default, this builds a debug build. To build a release build, use `meson
|
||||
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
|
||||
that you'll need to have the XWayland binary installed on your system
|
||||
for this to work.
|
||||
Cage comes with compile-time support for XWayland. To enable this, make sure
|
||||
that your version of wlroots is compiled with this option. Note that you'll
|
||||
need to have the XWayland binary installed on your system for this to work.
|
||||
|
||||
You can run Cage by running `./build/cage APPLICATION`. If you run it from
|
||||
within an existing X11 or Wayland session, it will open in a virtual output as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue