wayland: update to 1.20.0

- drop build patch - fixed by https://github.com/LibreELEC/LibreELEC.tv/pull/5916
This commit is contained in:
SupervisedThinking 2021-12-10 17:46:07 +01:00
parent 7f19d9f272
commit fb31b1ec7c
2 changed files with 2 additions and 14 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="wayland"
PKG_VERSION="1.19.0"
PKG_SHA256="baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15"
PKG_VERSION="1.20.0"
PKG_SHA256="b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725"
PKG_LICENSE="OSS"
PKG_SITE="https://wayland.freedesktop.org/"
PKG_URL="https://wayland.freedesktop.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.xz"

View File

@ -1,12 +0,0 @@
--- /src/meson.build
+++ /src/meson.build
@@ -58,7 +58,7 @@
)
endif
-if meson.is_cross_build() or not get_option('scanner')
+if meson.is_cross_build() and get_option('libraries')
scanner_dep = dependency('wayland-scanner', native: true, version: meson.project_version())
wayland_scanner_for_build = find_program(scanner_dep.get_pkgconfig_variable('wayland_scanner'))
else