xref: /OK3568_Linux_fs/buildroot/package/jhead/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_JHEAD
2	bool "jhead"
3	depends on BR2_USE_WCHAR
4	help
5	  Jhead is a program for manipulating settings and thumbnails
6	  in Exif jpeg headers used by most Digital Cameras.
7
8	  http://www.sentex.net/~mwandel/jhead/
9
10comment "jhead needs a toolchain w/ wchar"
11	depends on !BR2_USE_WCHAR
12