Compositor for Wayland built on wlroots-0.19 and AetherEngine-0.4.
meson subprojects download AetherEngine
meson setup build
meson compile -C build
meson install -C buildAetherEngine is consumed directly as a Meson subproject from subprojects/AetherEngine.
meson subprojects download AetherEngineThe build does not fall back to the system-installed AetherEngine.
meson setup buildmeson compile -C buildmeson install -C buildThis installs:
AethertoPREFIX/binAether.desktoptoDATADIR/wayland-sessions
Disable XWayland support if needed:
meson setup build -Dxwayland=false