openmoko-mediaplayer2: added missing dependency

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4779 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-07-02 14:23:26 +00:00
parent 5246cd02ad
commit 9723000872
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
DESCRIPTION = "A media player for Openmoko"
SECTION = "openmoko/tools"
DEPENDS = "libmokoui2 expat gstreamer libspiff curl"
DEPENDS = "libmokoui2 expat gstreamer libspiff curl tslib"
RDEPENDS = "gst-meta-audio gconf openmoko-sound-system2"
PV = "0.1.0+svnr${SRCREV}"
PR = "r4"