xref: /OK3568_Linux_fs/buildroot/package/lensfun/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LENSFUN
2	bool "lensfun"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_USE_WCHAR # libglib2
5	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
6	depends on BR2_USE_MMU # libglib2
7	select BR2_PACKAGE_LIBGLIB2
8	help
9	  Lensfun itself is only a library for correcting several
10	  artefacts and a database for storing lens profiles. To
11	  actually use Lensfun to process your images you need an
12	  image editing application with Lensfun support.
13
14	  http://lensfun.sourceforge.net
15
16if BR2_PACKAGE_LENSFUN
17
18config BR2_PACKAGE_LENSFUN_TOOLS
19	bool "lensfun tools"
20	select BR2_PACKAGE_LIBPNG
21	help
22	  Build 'lenstool'.
23
24endif
25
26comment "lensfun needs a toolchain w/ C++, threads, wchar"
27	depends on BR2_USE_MMU
28	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
29		|| !BR2_USE_WCHAR
30