1 config BR2_PACKAGE_LIBSQUISH
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on !BR2_STATIC_LIBS
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