package/python-matplotlib: merge dependency comments
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 15 Aug 2021 08:06:48 +0000 (10:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 15 Aug 2021 14:52:24 +0000 (16:52 +0200)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-matplotlib/Config.in

index e7e2804b4f7c611caa81094a5ab5b5f44e416e1f..afc090856fc9361e4be4854e153eab0d86483288 100644 (file)
@@ -34,8 +34,6 @@ config BR2_PACKAGE_PYTHON_MATPLOTLIB_QT
 
 endif
 
-comment "python-matplotlib needs a toolchain w/ C++"
-       depends on !BR2_INSTALL_LIBSTDCPP
-
-comment "python-matplotlib needs glibc or musl"
-       depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
+comment "python-matplotlib needs a glibc or musl toolchain w/ C++"
+       depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL) || \
+               !BR2_INSTALL_LIBSTDCPP