mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-03 21:47:06 +00:00
wayland: update to 1.20.0
- drop build patch - fixed by https://github.com/LibreELEC/LibreELEC.tv/pull/5916
This commit is contained in:
parent
7f19d9f272
commit
fb31b1ec7c
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user