Merge branch 'dev' into mainline-3566

This commit is contained in:
fewtarius 2023-08-25 20:07:27 +00:00
commit 32c20f24fa
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -4,7 +4,6 @@
PKG_NAME="wayland"
PKG_LICENSE="OSS"
PKG_SITE="https://wayland.freedesktop.org/"
PKG_URL="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PKG_VERSION}/downloads/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_HOST="libffi:host expat:host libxml2:host"
PKG_DEPENDS_TARGET="toolchain wayland:host libffi expat libxml2"
PKG_LONGDESC="a display server protocol"
@ -20,6 +19,8 @@ case ${DEVICE} in
;;
esac
PKG_URL="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PKG_VERSION}/downloads/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_MESON_OPTS_HOST="-Dlibraries=false \
-Dscanner=true \
-Dtests=false \