From fcdc629144983cf5e3f5509e35149096aa2701b3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 21 Feb 2024 13:13:34 -0800 Subject: tools/meson: update to 1.3.2 Add explicit setup as implicit is deprecated. Rename pkgconfig as no hyphen is deprecated. Signed-off-by: Rosen Penev --- include/meson.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/meson.mk') diff --git a/include/meson.mk b/include/meson.mk index 74c9d3dd7f..65716746fe 100644 --- a/include/meson.mk +++ b/include/meson.mk @@ -98,6 +98,7 @@ endef define Host/Configure/Meson $(call Meson/CreateNativeFile,$(HOST_BUILD_DIR)/openwrt-native.txt) $(call Meson, \ + setup \ --native-file $(HOST_BUILD_DIR)/openwrt-native.txt \ $(MESON_HOST_ARGS) \ $(MESON_HOST_BUILD_DIR) \ @@ -121,6 +122,7 @@ define Build/Configure/Meson $(call Meson/CreateNativeFile,$(PKG_BUILD_DIR)/openwrt-native.txt) $(call Meson/CreateCrossFile,$(PKG_BUILD_DIR)/openwrt-cross.txt) $(call Meson, \ + setup \ --buildtype plain \ --native-file $(PKG_BUILD_DIR)/openwrt-native.txt \ --cross-file $(PKG_BUILD_DIR)/openwrt-cross.txt \ -- cgit v1.2.3