|
@@ -157,11 +157,15 @@ config BR2_PACKAGE_OPENCV3_LIB_PYTHON
|
|
|
bool "python"
|
|
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
|
|
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
|
|
|
+ depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL # python-numpy
|
|
|
select BR2_PACKAGE_PYTHON_NUMPY
|
|
|
help
|
|
|
Include opencv_python module into the OpenCV build. No
|
|
|
python example is installed.
|
|
|
|
|
|
+comment "python support needs glibc or musl"
|
|
|
+ depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
|
|
|
+
|
|
|
config BR2_PACKAGE_OPENCV3_LIB_SHAPE
|
|
|
bool "shape"
|
|
|
# opencv_core dependency is already enabled
|