Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/video.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-11-24 04:52:22 +0300
committerDaniel Golle <daniel@makrotopia.org>2021-11-24 14:08:42 +0300
commitcea8f9e2557f50c25507b9e9130dc869a4e506e4 (patch)
tree3a5346451a4361a421e19484188812de3ad4c17c
parent4032f745933691024316acb86ed184058cf039a3 (diff)
wayland: update to version 1.19.92 (1.20 beta)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--frameworks/wayland/Makefile9
-rw-r--r--frameworks/wayland/patches/001-fix-wayland-scanner-detect.patch6
2 files changed, 9 insertions, 6 deletions
diff --git a/frameworks/wayland/Makefile b/frameworks/wayland/Makefile
index 05be356..48d53bd 100644
--- a/frameworks/wayland/Makefile
+++ b/frameworks/wayland/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=wayland
-PKG_VERSION:=1.19.0
+PKG_VERSION:=1.19.92
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=https://wayland.freedesktop.org/releases/
-PKG_HASH:=baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15
+PKG_SOURCE_URL:=https://wayland.freedesktop.org/releases
+PKG_HASH:=f8cbd8a8c713ed393e63e7c6ac81c6b9ef5a49a2b631717377fa78b80ac34cfa
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=MIT
@@ -14,6 +14,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_INSTALL:=1
PKG_BUILD_DEPENDS:=libffi/host libxml2/host expat/host wayland/host
+HOST_BUILD_DEPENDS:=$(PKG_BUILD_DEPENDS)
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
@@ -49,6 +50,8 @@ MESON_HOST_ARGS += \
-Ddocumentation=false \
-Ddtd_validation=true
+HOST_LDFLAGS += $(STAGING_DIR_HOST)/lib/libz.a -lm
+
MESON_ARGS += \
-Dscanner=true \
-Dlibraries=true \
diff --git a/frameworks/wayland/patches/001-fix-wayland-scanner-detect.patch b/frameworks/wayland/patches/001-fix-wayland-scanner-detect.patch
index b9d462f..6a06601 100644
--- a/frameworks/wayland/patches/001-fix-wayland-scanner-detect.patch
+++ b/frameworks/wayland/patches/001-fix-wayland-scanner-detect.patch
@@ -1,6 +1,6 @@
--- a/src/meson.build
+++ b/src/meson.build
-@@ -59,8 +59,12 @@ if get_option('scanner')
+@@ -70,8 +70,12 @@ if get_option('scanner')
endif
if meson.is_cross_build() or not get_option('scanner')
@@ -17,8 +17,8 @@
endif
--- a/meson_options.txt
+++ b/meson_options.txt
-@@ -6,6 +6,10 @@ option('scanner',
- description: 'Compile wayland-scanner binary',
+@@ -10,6 +10,10 @@ option('tests',
+ description: 'Compile Wayland tests',
type: 'boolean',
value: 'true')
+option('scanner_bin',