python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libsquish / Config.in
blobeabe6c54a8b8fa7c59f4cb76fc95497d08f40e37
1 config BR2_PACKAGE_LIBSQUISH
2         bool "libsquish"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on !BR2_STATIC_LIBS
5         help
6           The libSquish library compresses images with the DXT standard
7           (also known as S3TC). This standard is mainly used by OpenGL
8           and DirectX for the lossy compression of RGBA textures.
10           http://sourceforge.net/projects/libsquish
12 comment "libsquish needs a toolchain w/ C++, dynamic library"
13         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS