blob: 4378ccd3dac82b893f3398d279e7d762f24f2868 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_LIBRAW
bool "libraw"
depends on BR2_INSTALL_LIBSTDCPP
help
libraw is a raw image manipulation library
http://www.libraw.org/
comment "libraw requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP
|