mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
For change log, see [1]. This commit also adds the "file" package optional dependency, for libmagic. This support was introduced in commit [2]. This commit also updates the project home page and download site URL to use https. Finally, the LICENSE file hash is updated to reflect change in [3]. [1] https://github.com/derf/feh/blob/3.10.3/ChangeLog [2]4affafe915[3]1197dafc11Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
config BR2_PACKAGE_FEH
|
|
bool "feh"
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_XLIB_LIBXT
|
|
select BR2_PACKAGE_IMLIB2
|
|
select BR2_PACKAGE_IMLIB2_PNG
|
|
select BR2_PACKAGE_IMLIB2_JPEG
|
|
select BR2_PACKAGE_IMLIB2_X
|
|
help
|
|
feh is an X11 image viewer aimed mostly at console users.
|
|
|
|
https://feh.finalrewind.org/
|