summaryrefslogtreecommitdiff
path: root/fbi/fbi_1.22.oe
blob: afd066ab1c76a30da1603f8bf447d2b75543ca4f (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://${FILESDIR}/configure.patch;patch=1"

inherit autotools

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