xref: /OK3568_Linux_fs/buildroot/package/python-cchardet/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_CCHARDET
2	bool "python-cchardet"
3	depends on BR2_PACKAGE_PYTHON3
4	depends on BR2_INSTALL_LIBSTDCPP
5	help
6	  cChardet is high speed universal character encoding
7	  detector.
8
9	  https://github.com/PyYoshi/cChardet
10
11comment "python-cchardet needs a toolchain w/ C++"
12	depends on BR2_PACKAGE_PYTHON3
13	depends on !BR2_INSTALL_LIBSTDCPP
14