diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-29 10:39:13 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-29 10:39:13 +0000 |
commit | 610cbd420e2197a6ac847cd56da035f52d533e35 (patch) | |
tree | d7185ca531ea4ca80f41c0de38302b359fbe7843 /packages/ttf-fonts/ttf.inc | |
parent | 4e048dc923520f093e78b63809df129522056599 (diff) |
ttf-fonts: some clean-up and PR bumping after introduction of font-update-common.
Diffstat (limited to 'packages/ttf-fonts/ttf.inc')
-rw-r--r-- | packages/ttf-fonts/ttf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ttf-fonts/ttf.inc b/packages/ttf-fonts/ttf.inc index 69561e8506..00363c565f 100644 --- a/packages/ttf-fonts/ttf.inc +++ b/packages/ttf-fonts/ttf.inc @@ -1,6 +1,6 @@ SECTION = "fonts" PRIORITY = "optional" -RDEPENDS += "font-update-common" +RRECOMMENDS += "font-update-common" do_install() { install -d ${D}${datadir}/fonts/truetype/ |