Merge branch 'dev' into mainline-3566
This commit is contained in:
commit
32c20f24fa
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue