From 7536aeea8a581ad06a49be095347de359be38eb0 Mon Sep 17 00:00:00 2001 From: Chih-Min Chao Date: Fri, 11 Mar 2011 16:13:34 +0800 Subject: package: add libraw package [Peter: use ' = ' rather than ':=' in .mk] Signed-off-by: Chih-Min Chao Signed-off-by: Peter Korsgaard --- package/libraw/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/libraw/Config.in (limited to 'package/libraw/Config.in') 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 -- cgit v1.2.3