diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 06:06:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 06:28:35 +0100 |
commit | cb5079ae8329b927921e5ad706174344878e2452 (patch) | |
tree | f50046881a6bd55ce2c58ce825322220b5f3b080 /mk | |
parent | 12734eac0ecac4d2f0ccbb1298842f0952322b59 (diff) |
meson: update to 1.3.1
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkg-bottom.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index 7c333f339..76f7b3e81 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -53,7 +53,7 @@ ifneq ($(filter manual,${CONFIG_STYLE}),) else ifneq ($(filter meson,${CONFIG_STYLE}),) @$(CMD_TRACE) "configuring meson.. " (cd ${WRKSRC} && $(MESON_ENV) \ - meson --prefix /usr --libdir lib \ + meson setup --prefix /usr --libdir lib \ --cross-file $(STAGING_HOST_DIR)/etc/meson/cross-compilation.conf \ --build.pkg-config-path $(STAGING_HOST_DIR)/usr/lib/pkgconfig \ --buildtype release $(MESON_FLAGS) \ |