aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/fbi/fbi_1.31.bb
blob: 814054ce4f826f03d576f88d59b9956761c1c25d (plain)
1
2
3
4
5
6
7
8
9
10
HOMEPAGE = "http://bytesex.org/fbi.html"
DESCRIPTION = "frame buffer image viewer"
DEPENDS = "jpeg"

SRC_URI = "http://dl.bytesex.org/releases/fbida/fbi_${PV}.tar.gz"

inherit autotools

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