1config BR2_PACKAGE_LIBRAW 2 bool "libraw" 3 depends on BR2_TOOLCHAIN_HAS_SYNC_4 4 depends on BR2_INSTALL_LIBSTDCPP 5 help 6 libraw is a raw image manipulation library 7 8 http://www.libraw.org/ 9 10comment "libraw needs a toolchain w/ C++" 11 depends on BR2_TOOLCHAIN_HAS_SYNC_4 12 depends on !BR2_INSTALL_LIBSTDCPP 13