1config BR2_PACKAGE_FEH
2	bool "feh"
3	depends on BR2_PACKAGE_XORG7
4	depends on BR2_USE_MMU # fork()
5	select BR2_PACKAGE_XLIB_LIBXT
6	select BR2_PACKAGE_IMLIB2
7	select BR2_PACKAGE_IMLIB2_PNG
8	select BR2_PACKAGE_IMLIB2_JPEG
9	select BR2_PACKAGE_IMLIB2_X
10	help
11	  feh is an X11 image viewer aimed mostly at console users.
12
13	  http://feh.finalrewind.org/
14