diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-11-12 19:01:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-12 19:01:52 +0000 |
commit | 56ad26202c363003d60911aa65289cb763690837 (patch) | |
tree | 99bf5532dbdb2cebd4123d06573e2b228ffe6dac /packages | |
parent | efa18d2ba4d6f3e823537f4f794a74d6756c7ea6 (diff) |
ttf.inc (common for ttf-fonts/ttf-*.bb) updated
- cleaned SECTION line (removed comment)
- added OPIE stuff into DEPENDS/RSUGGESTS (still commented)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ttf-fonts/ttf.inc | 9 |
1 files 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/ |