@ -97,6 +97,7 @@ endef
d e f i n e H o s t / C o n f i g u r e / M e s o n
d e f i n e H o s t / C o n f i g u r e / M e s o n
$( call Meson/CreateNativeFile,$( HOST_BUILD_DIR) /openwrt-native.txt)
$( call Meson/CreateNativeFile,$( HOST_BUILD_DIR) /openwrt-native.txt)
$( call Meson, \
$( call Meson, \
setup $( if $( wildcard $( MESON_HOST_BUILD_DIR) /meson-*) ,--reconfigure,) \
--native-file $( HOST_BUILD_DIR) /openwrt-native.txt \
--native-file $( HOST_BUILD_DIR) /openwrt-native.txt \
$( MESON_HOST_ARGS) \
$( MESON_HOST_ARGS) \
$( MESON_HOST_BUILD_DIR) \
$( MESON_HOST_BUILD_DIR) \
@ -120,6 +121,7 @@ define Build/Configure/Meson
$( call Meson/CreateNativeFile,$( PKG_BUILD_DIR) /openwrt-native.txt)
$( call Meson/CreateNativeFile,$( PKG_BUILD_DIR) /openwrt-native.txt)
$( call Meson/CreateCrossFile,$( PKG_BUILD_DIR) /openwrt-cross.txt)
$( call Meson/CreateCrossFile,$( PKG_BUILD_DIR) /openwrt-cross.txt)
$( call Meson, \
$( call Meson, \
setup $( if $( wildcard $( MESON_BUILD_DIR) /meson-*) ,--reconfigure,) \
--buildtype plain \
--buildtype plain \
--native-file $( PKG_BUILD_DIR) /openwrt-native.txt \
--native-file $( PKG_BUILD_DIR) /openwrt-native.txt \
--cross-file $( PKG_BUILD_DIR) /openwrt-cross.txt \
--cross-file $( PKG_BUILD_DIR) /openwrt-cross.txt \