meson.build:70:4: ERROR: Problem encountered: Cannot build Cage with XWayland support: wlroots has been built without it
This commit is contained in:
Jan Beich 2021-03-15 10:50:59 +00:00 committed by Jente Hidskes
parent eb18383e8e
commit cb93785649
3 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@ packages:
- scdoc - scdoc
- wayland-dev - wayland-dev
- wayland-protocols - wayland-protocols
- xorg-server-xwayland - xwayland
sources: sources:
- https://github.com/swaywm/wlroots - https://github.com/swaywm/wlroots
- https://github.com/Hjdskes/cage - https://github.com/Hjdskes/cage

View file

@ -7,7 +7,7 @@ packages:
- scdoc - scdoc
- wayland - wayland
- wayland-protocols - wayland-protocols
- xorg-server-xwayland - xorg-xwayland
sources: sources:
- https://github.com/swaywm/wlroots - https://github.com/swaywm/wlroots
- https://github.com/Hjdskes/cage - https://github.com/Hjdskes/cage

View file

@ -11,6 +11,7 @@ packages:
- x11/libinput - x11/libinput
- x11/libxkbcommon - x11/libxkbcommon
- x11/pixman - x11/pixman
- x11-servers/xwayland
sources: sources:
- https://github.com/swaywm/wlroots - https://github.com/swaywm/wlroots
- https://github.com/Hjdskes/cage - https://github.com/Hjdskes/cage