diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-10 15:33:48 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-10 15:33:48 +0000 |
commit | 86b903e283f463714ec95dbfb2c5cbdf388a0d3a (patch) | |
tree | 71ef68401956a83ef3150d0e9f3480228a74a61e /packages/ttf-fonts/ttf.inc | |
parent | 1adea8b76647c48f0bc91fbffda4daa99af3882a (diff) |
ttf.inc: fix SECTION.
ttf fonts are GUI-agnostic and can be used in opie as well, for example.
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 3f0eca3d5d..e0d1dd6a54 100644 --- a/packages/ttf-fonts/ttf.inc +++ b/packages/ttf-fonts/ttf.inc @@ -1,4 +1,4 @@ -SECTION = "x11/fonts" +SECTION = "fonts" PRIORITY = "optional" PACKAGE_ARCH = "all" #DEPENDS = "fontconfig opie-ttf-support" |