mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
ci: install pixman+freetype+fontconfig instead of cairo
This commit is contained in:
parent
e8a1efeeb5
commit
e169263851
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ before_script:
|
||||||
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
||||||
- apk update
|
- apk update
|
||||||
- apk add musl-dev eudev-libs eudev-dev linux-headers meson ninja gcc scdoc
|
- apk add musl-dev eudev-libs eudev-dev linux-headers meson ninja gcc scdoc
|
||||||
- apk add libxcb-dev xcb-util-wm-dev xcb-util-cursor-dev cairo-dev yaml-dev
|
- apk add pixman-dev freetype-dev fontconfig-dev
|
||||||
|
- apk add libxcb-dev xcb-util-wm-dev xcb-util-cursor-dev yaml-dev
|
||||||
- apk add wayland-dev wayland-protocols wlroots-dev
|
- apk add wayland-dev wayland-protocols wlroots-dev
|
||||||
- apk add json-c-dev libmpdclient-dev alsa-lib-dev
|
- apk add json-c-dev libmpdclient-dev alsa-lib-dev
|
||||||
- apk add ttf-dejavu
|
- apk add ttf-dejavu
|
||||||
|
|
Loading…
Add table
Reference in a new issue