aboutsummaryrefslogtreecommitdiffstats
path: root/fbi/fbi_1.22.oe
blob: 433aaf238e0d25433551fb1fc2f0f55e14c6e157 (plain)
1
2
3
4
5
6
7
8
9
10
11
HOMEPAGE = "http://bytesex.org/fbi.html"
DESCRIPTION = "frame buffer image viewer"
DEPENDS = "virtual/libc jpeg"

SRC_URI = "http://bytesex.org/misc/fbi_${PV}.tar.gz \
	   file://configure.patch;patch=1"

inherit autotools

CFLAGS_append = " ${LDFLAGS}"
EXTRA_OECONF = "--disable-magick --without-x"