aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ttf-fonts
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-10 15:33:48 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-10 15:33:48 +0000
commit86b903e283f463714ec95dbfb2c5cbdf388a0d3a (patch)
tree71ef68401956a83ef3150d0e9f3480228a74a61e /packages/ttf-fonts
parent1adea8b76647c48f0bc91fbffda4daa99af3882a (diff)
downloadopenembedded-86b903e283f463714ec95dbfb2c5cbdf388a0d3a.tar.gz
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')
-rw-r--r--packages/ttf-fonts/ttf.inc2
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"