From 56ad26202c363003d60911aa65289cb763690837 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Sat, 12 Nov 2005 19:01:52 +0000 Subject: [PATCH] ttf.inc (common for ttf-fonts/ttf-*.bb) updated - cleaned SECTION line (removed comment) - added OPIE stuff into DEPENDS/RSUGGESTS (still commented) --- packages/ttf-fonts/ttf.inc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/ttf-fonts/ttf.inc b/packages/ttf-fonts/ttf.inc index 4cf5262280..38cc9b78c0 100644 --- a/packages/ttf-fonts/ttf.inc +++ b/packages/ttf-fonts/ttf.inc @@ -1,12 +1,11 @@ -SECTION = "x11/fonts" #maybe this should be "fonts/ttf"? +SECTION = "x11/fonts" PRIORITY = "optional" PACKAGE_ARCH = "all" -#DEPENDS = "fontconfig" -#RSUGGESTS = "libfontconfig-utils" +#DEPENDS = "fontconfig opie-ttf-support" +#RSUGGESTS = "libfontconfig-utils opie-ttf-support" # I dont want TTF fonts to depend on fontconfig on device -# as those fonts can be used not only in X11 enviroment -# for example I use them with OPIE +# as those fonts are used not only in X11 enviroment do_install() { install -d ${D}${datadir}/fonts/truetype/ -- 2.39.5