mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-27 18:40:51 +00:00
wayland: update to 1.21.0 and PKG_URL
ann: - https://lists.freedesktop.org/archives/wayland-devel/2022-June/042268.html
This commit is contained in:
parent
c3a2f00554
commit
91f3a464c9
@ -2,22 +2,24 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="wayland"
|
PKG_NAME="wayland"
|
||||||
PKG_VERSION="1.20.0"
|
PKG_VERSION="1.21.0"
|
||||||
PKG_SHA256="b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725"
|
PKG_SHA256="6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="https://wayland.freedesktop.org/"
|
PKG_SITE="https://wayland.freedesktop.org/"
|
||||||
PKG_URL="https://wayland.freedesktop.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
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_HOST="libffi:host expat:host libxml2:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain wayland:host libffi expat libxml2"
|
PKG_DEPENDS_TARGET="toolchain wayland:host libffi expat libxml2"
|
||||||
PKG_LONGDESC="a display server protocol"
|
PKG_LONGDESC="a display server protocol"
|
||||||
|
|
||||||
PKG_MESON_OPTS_HOST="-Dlibraries=false \
|
PKG_MESON_OPTS_HOST="-Dlibraries=false \
|
||||||
-Dscanner=true \
|
-Dscanner=true \
|
||||||
|
-Dtests=false \
|
||||||
-Ddocumentation=false \
|
-Ddocumentation=false \
|
||||||
-Ddtd_validation=false"
|
-Ddtd_validation=false"
|
||||||
|
|
||||||
PKG_MESON_OPTS_TARGET="-Dlibraries=true \
|
PKG_MESON_OPTS_TARGET="-Dlibraries=true \
|
||||||
-Dscanner=false \
|
-Dscanner=false \
|
||||||
|
-Dtests=false \
|
||||||
-Ddocumentation=false \
|
-Ddocumentation=false \
|
||||||
-Ddtd_validation=false"
|
-Ddtd_validation=false"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user