Add wayland-dev as slint build dependency

This commit is contained in:
2026-04-17 16:30:40 +02:00
parent 6462c4e25d
commit 29043fedc1
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ RUN apk update && apk add \
libmnl libmnl-dev \
libnftnl libnftnl-dev \
dbus dbus-dev \
fontconfig-dev
fontconfig-dev \
wayland-dev
# Set pkg-config to use static libraries
ENV PKG_CONFIG_ALLOW_STATIC=1
+1
View File
@@ -18,6 +18,7 @@ makedepends="
protobuf-dev
fontconfig-dev
dbus-dev
wayland-dev
"
checkdepends=""
install=""