diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-12 18:16:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-19 03:47:13 +0100 |
commit | c4012542401ce202e5e4d61ebcbb38fc875d19a4 (patch) | |
tree | c90e83fd4d3e8458e38d9edf1c1b9cfc28dc49e5 /package/meson | |
parent | cee21cdad9a4686842ccb54ef3b4485dcb4ab1f7 (diff) |
weston: update to 11.0.0, update dependencies
Diffstat (limited to 'package/meson')
-rw-r--r-- | package/meson/Makefile | 4 | ||||
-rw-r--r-- | package/meson/src/cross-compilation.conf.in | 2 |
2 files changed, 3 insertions, 3 deletions
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' |