From a29424d4444974193220b67c92efe1ba9a554c31 Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Thu, 10 Sep 2009 17:33:50 +0000 Subject: Fix t1lib dependency. Failed with: | mipsel-angstrom-linux-libtool: compile: mipsel-angstrom-linux-gcc -c -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -fno-strength-reduce -DT1LIB_IDENT=\"5.0.2\" -DGLOBAL_CONFIG_DIR=\"/usr/share/t1lib\" xglyph.c -fPIC -DPIC -o .libs/xglyph.o | xglyph.c:47:27: error: X11/Xaw/Label.h: No such file or directory | xglyph.c:48:29: error: X11/Xaw/Command.h: No such file or directory | xglyph.c:49:26: error: X11/Xaw/Form.h: No such file or directory | xglyph.c:50:28: error: X11/Xaw/Dialog.h: No such file or directory | xglyph.c:51:25: error: X11/Xaw/Box.h: No such file or directory | xglyph.c:52:28: error: X11/Xaw/Toggle.h: No such file or directory | xglyph.c:54:31: error: X11/Xaw/AsciiText.h: No such file or directory | xglyph.c:55:32: error: X11/Xaw/SimpleMenu.h: No such file or directory | xglyph.c:56:28: error: X11/Xaw/SmeBSB.h: No such file or directory | xglyph.c:57:26: error: X11/Xaw/List.h: No such file or directory ... Signed-off-by: Graham Gower Acked-by: Khem Raj --- recipes/t1lib/t1lib_5.0.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/t1lib/t1lib_5.0.2.bb b/recipes/t1lib/t1lib_5.0.2.bb index 5da31f7d09..36acb77f52 100644 --- a/recipes/t1lib/t1lib_5.0.2.bb +++ b/recipes/t1lib/t1lib_5.0.2.bb @@ -1,8 +1,8 @@ DESCRIPTION = "A Type1 Font Rastering Library" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libx11" -PR = "r4" +DEPENDS = "virtual/libx11 libxaw" +PR = "r5" LICENSE = "LGPL GPL" SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \ file://configure.patch;patch=1 \ -- cgit 1.2.3-korg