summaryrefslogtreecommitdiff
path: root/packages/fbida/fbida_2.07.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-10-12 17:47:33 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-10-12 17:47:33 +0000
commit7e3c9113da3012b115ad6856ce341a6d313a265d (patch)
treeacbe3a4a2ffe37a0e2de7fc9ddc1505064fd8311 /packages/fbida/fbida_2.07.bb
parentee749f41f8ee9af1987771a3cca4e506c4c05919 (diff)
fbida: fix some stuff
* add sys_siglist.patch, sys_siglist[x] should not be used anymore, strsignal() is the better way * package is not based on autotools * add runtime dependency ttf-dejavu-sans-mono as suggested in the bugreport * add libiconv as depedency to make uClibc builds happy * remove build depenency on ttf-dejavu * bump PR
Diffstat (limited to 'packages/fbida/fbida_2.07.bb')
-rw-r--r--packages/fbida/fbida_2.07.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/fbida/fbida_2.07.bb b/packages/fbida/fbida_2.07.bb
index 9360600858..f163bb514c 100644
--- a/packages/fbida/fbida_2.07.bb
+++ b/packages/fbida/fbida_2.07.bb
@@ -8,14 +8,16 @@ DESCRIPTION = "frame buffer image and doc viewer tools"
AUTHOR = "Gerd Knorr"
LICENSE = "GPL2"
SECTION = "utils"
-DEPENDS = "jpeg fontconfig freetype libexif ttf-dejavu"
+PR = "r1"
+
+DEPENDS = "libiconv jpeg fontconfig freetype libexif"
+RDEPENDS = "ttf-dejavu-sans-mono"
SRC_URI = "http://dl.bytesex.org/releases/fbida/fbida-${PV}.tar.gz \
file://exiftran.c.patch;patch=1 \
file://fbi.c.patch;patch=1 \
- file://GNUmakefile.patch;patch=1"
-
-inherit autotools
+ file://GNUmakefile.patch;patch=1 \
+ file://sys_siglist.patch;patch=1 \
+ "
-#CFLAGS_append = " ${LDFLAGS}"
EXTRA_OECONF = "--disable-magick --without-x"