apk: disable python module
APK recently introduced python binding support. Disable this sub module as we don't ship python in normal build to reduce space. Link: https://github.com/openwrt/openwrt/pull/17925 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
83d2d21904
commit
3a1c19fd6b
@ -61,6 +61,7 @@ MESON_COMMON_ARGS = \
|
|||||||
-Ddefault_library=static \
|
-Ddefault_library=static \
|
||||||
-Durl_backend=wget \
|
-Durl_backend=wget \
|
||||||
-Dzstd=false \
|
-Dzstd=false \
|
||||||
|
-Dpython=disabled \
|
||||||
-Dtests=disabled
|
-Dtests=disabled
|
||||||
|
|
||||||
MESON_HOST_ARGS += \
|
MESON_HOST_ARGS += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user