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

View File

@@ -14,7 +14,8 @@ RUN apk update && apk add \
libmnl libmnl-dev \ libmnl libmnl-dev \
libnftnl libnftnl-dev \ libnftnl libnftnl-dev \
dbus dbus-dev \ dbus dbus-dev \
fontconfig-dev fontconfig-dev \
wayland-dev
# Set pkg-config to use static libraries # Set pkg-config to use static libraries
ENV PKG_CONFIG_ALLOW_STATIC=1 ENV PKG_CONFIG_ALLOW_STATIC=1

View File

@@ -18,6 +18,7 @@ makedepends="
protobuf-dev protobuf-dev
fontconfig-dev fontconfig-dev
dbus-dev dbus-dev
wayland-dev
" "
checkdepends="" checkdepends=""
install="" install=""