diff options
Diffstat (limited to 'package/libraw/Config.in')
-rw-r--r-- | package/libraw/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libraw/Config.in b/package/libraw/Config.in new file mode 100644 index 000000000..4378ccd3d --- /dev/null +++ b/package/libraw/Config.in @@ -0,0 +1,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 |