On 9/10/09, Graham Gower <[email protected]> wrote: > 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 > ... > <snip> > > > Signed-off-by: Graham Gower <[email protected]>
Acked-by: Khem Raj <[email protected]> > --- > recipes/t1lib/t1lib_5.0.2.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/t1lib/t1lib_5.0.2.bb b/recipes/t1lib/t1lib_5.0.2.bb > index 5da31f7..36acb77 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 \ > -- > 1.6.0.3 > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
