xref: /OK3568_Linux_fs/buildroot/package/python-snappy/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_SNAPPY
2	bool "python-snappy"
3	depends on BR2_INSTALL_LIBSTDCPP # snappy
4	select BR2_PACKAGE_SNAPPY
5	help
6	  Python library for the snappy compression library from
7	  Google.
8
9	  http://github.com/andrix/python-snappy
10
11comment "python-snappy needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13