From: Rolf Leggewie Date: Thu, 10 Jan 2008 15:33:48 +0000 (+0000) Subject: ttf.inc: fix SECTION. X-Git-Tag: Release-2010-05/1~7976 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b903e283f463714ec95dbfb2c5cbdf388a0d3a;p=openembedded.git ttf.inc: fix SECTION. ttf fonts are GUI-agnostic and can be used in opie as well, for example. --- 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"