summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-31 11:08:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-02 11:36:15 +0200
commitcc45f191297d3617c201f6eec04eb02fdcdd5dfc (patch)
tree14bfd2223613a933b523f3907a9b9e3f8f4e93b2
parenta54d0cc7531c23a42812ff433d1844bd3172af10 (diff)
meson: update to 1.7.0
-rw-r--r--package/meson/Makefile4
-rw-r--r--package/meson/src/cross-compilation.conf.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/package/meson/Makefile b/package/meson/Makefile
index 314fac6dc..30926cbce 100644
--- a/package/meson/Makefile
+++ b/package/meson/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= meson
-PKG_VERSION:= 1.3.2
+PKG_VERSION:= 1.7.0
PKG_RELEASE:= 1
-PKG_HASH:= 683082fb3c5cddf203b21d29bdf4c227e2f7964da5324a15e1a5f7db94322b4b
+PKG_HASH:= a6ca46e2a11a0278bb6492ecd4e0520ff441b164ebfdef1e012b11beb848d26e
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 24ef6ef53..b24c71cd8 100644
--- a/package/meson/src/cross-compilation.conf.in
+++ b/package/meson/src/cross-compilation.conf.in
@@ -9,6 +9,9 @@ cpp = '@TARGET_CROSS@g++'
ar = '@TARGET_CROSS@ar'
strip = '@TARGET_CROSS@strip'
pkg-config = '@STAGING_HOST_DIR@/usr/bin/pkg-config'
+glib-compile-resources = '@STAGING_HOST_DIR@/usr/bin/glib-compile-resources'
+glib-compile-schemas = '@STAGING_HOST_DIR@/usr/bin/glib-compile-schemas'
+gdbus-codegen = '@STAGING_HOST_DIR@/usr/bin/gdbus-codegen'
[built-in options]
c_args = [@TARGET_CFLAGS@]