xref: /OK3568_Linux_fs/buildroot/package/libsquish/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBSQUISH
2	bool "libsquish"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  The libSquish library compresses images with the DXT standard
6	  (also known as S3TC). This standard is mainly used by OpenGL
7	  and DirectX for the lossy compression of RGBA textures.
8
9	  http://sourceforge.net/projects/libsquish
10
11comment "libsquish needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13