diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-11-15 15:39:58 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-15 18:23:26 +0100 |
commit | fb2523a1bf9b3fc2ac82703ad0feef4c5b65901b (patch) | |
tree | ca6f823201e1bd5cbb577cbceb0ae23b886d6e4c /packages/tasks | |
parent | a25da5c491ac2a3820be7aaa7fa507fe7ca8b354 (diff) |
task-openmoko-feed: Add a bunch of Xorg server side fonts
These are needed for TKinter and Werner's work. Client side
rendering is overrated anyway, right? *giggles*
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-openmoko-feed.bb | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/packages/tasks/task-openmoko-feed.bb b/packages/tasks/task-openmoko-feed.bb index 921077b40b..9781d7beaf 100644 --- a/packages/tasks/task-openmoko-feed.bb +++ b/packages/tasks/task-openmoko-feed.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Openmoko: Misc. Feed Items" SECTION = "openmoko/base" LICENSE = "MIT" -PR = "r46" +PR = "r47" inherit task @@ -114,4 +114,39 @@ RDEPENDS_task-openmoko-feed = "\ debianutils \ tcptraceroute \ # dnsutils/bind-tools for dig, nslookup is still missing \ + font-adobe-100dpi \ + font-adobe-75dpi \ + font-adobe-utopia-100dpi \ + font-adobe-utopia-75dpi \ + font-adobe-utopia-type1 \ + font-arabic-misc \ + font-bh-100dpi \ + font-bh-75dpi \ + font-bh-lucidatypewriter-100dpi \ + font-bh-lucidatypewriter-75dpi \ + font-bh-ttf \ + font-bh-type1 \ + font-bitstream-100dpi \ + font-bitstream-75dpi \ + font-bitstream-speedo \ + font-bitstream-type1 \ + font-cronyx-cyrillic \ + font-cursor-misc \ + font-daewoo-misc \ + font-dec-misc \ + font-ibm-type1 \ + font-isas-misc \ + font-jis-misc \ + font-micro-misc \ + font-misc-cyrillic \ + font-misc-ethiopic \ + font-misc-meltho \ + font-misc-misc \ + font-mutt-misc \ + font-schumacher-misc \ + font-screen-cyrillic \ + font-sony-misc \ + font-sun-misc \ + font-winitzki-cyrillic \ + font-xfree86-type1 \ " |