From c4012542401ce202e5e4d61ebcbb38fc875d19a4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 12 Jan 2023 18:16:16 +0100 Subject: weston: update to 11.0.0, update dependencies --- package/meson/Makefile | 4 ++-- package/meson/src/cross-compilation.conf.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'package/meson') diff --git a/package/meson/Makefile b/package/meson/Makefile index 94716a688..9456baa77 100644 --- a/package/meson/Makefile +++ b/package/meson/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= meson -PKG_VERSION:= 0.60.1 +PKG_VERSION:= 1.0.0 PKG_RELEASE:= 1 -PKG_HASH:= b06f7d621b90e094be0ea2157fa435648e069f19182d8d9402aa039727652b0c +PKG_HASH:= a2ada84d43c7e57400daee80a880a1f5003d062b2cb6c9be1747b0db38f2eb8d PKG_DESCR:= build utility PKG_SECTION:= dev/tools HOST_BUILDDEP:= python3-host ninja-host diff --git a/package/meson/src/cross-compilation.conf.in b/package/meson/src/cross-compilation.conf.in index eb14312bc..6ee58950e 100644 --- a/package/meson/src/cross-compilation.conf.in +++ b/package/meson/src/cross-compilation.conf.in @@ -15,7 +15,7 @@ c_args = [@TARGET_CFLAGS@] c_link_args = [@TARGET_LDFLAGS@] cpp_args = [@TARGET_CXXFLAGS@] cpp_link_args = [@TARGET_LDFLAGS@] -needs_exe_wrapper = true +needs_exe_wrapper = false [host_machine] system = 'linux' -- cgit v1.2.3