openmoko-terminal2: fix name of Liberation fonts package in RDEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4656 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-06-14 14:28:35 +00:00
parent c931b7563e
commit af93369dd7
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
DESCRIPTION = "The Openmoko Command Line Terminal"
SECTION = "openmoko/applications"
DEPENDS = "vala-native vte libmokoui2"
RDEPENDS = "ttf-liberation-mono"
RDEPENDS = "liberation-fonts"
PV = "3.0.0+svnr${SRCREV}"
PR = "r1"
PR = "r2"
inherit openmoko2