sway
Roadmap
- boot cross img
- build
cmake
(->json-c
) - build
json-c
(->sway
) - build
libffi
(->wayland
->sway
) - build
mpdecimal
(->python
) - build
python
(->wayland
) - build
wayland
(->sway
) - build
wayland-protocols
(->sway
) - build
libpciaccess
(->libdrm
) - build
libdrm
(->wlroots
->sway
) - build
libxml2
(->libxkbcommon
->wlroots
->sway
) - build
libxkbcommon
(->wlroots
) - build
libpng
(->pixman
->wlroots
->sway
) - build
pixman
(->wlroots
) - [BROKEN] build
egl
andvulkan
(->wlroots
)? - [BROKEN] build
gbm
(->wlroots
)? - build
hwdata
(->wlroots
) - build
mtdev
(->libinput
->wlroots
->sway
) - build
libevdev
(->libinput
->wlroots
->sway
) - build
libinput
(->wlroots
) - build
basu
/sd-bus
(->seatd
->wlroots
)? - build
seatd
(->wlroots
) - [BROKEN] build
wlroots
(->sway
) - build
cairo
(->sway
) - [BROKEN] build
glib
(->pango
->sway
) - build
harfbuzz
(->pango
->sway
) - build
fontconfig
(->pango
->sway
) - build
freetype
(->fontconfig
->pango
->sway
) - build
pango
(->sway
) muon
is broken due tomeson
addingiconv
as a dependencyglib
does not work withiconv
fromtoybox
or frommusl
- A circular dependency between
harfbuzz
andfreetype
on kiss - Install
cairo
afterfreetype
andfontconfig
to get a font backend, orpango
won’t build?