gomunicator: Gomunicator requires that alsa-lib is installed to target device.
authorMika Laitio <lamikr@cc.jyu.fi>
Mon, 27 Mar 2006 22:07:06 +0000 (22:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 27 Mar 2006 22:07:06 +0000 (22:07 +0000)
packages/gomunicator/gomunicator_cvs.bb

index d6d4ac6..a567d16 100644 (file)
@@ -3,7 +3,8 @@ HOMEPAGE = "http://www.linuxdevelopment.org/projects.html"
 LICENSE = "GPLv2"
 AUTHOR = "Robert Woerle"
 MAINTAINER = "Koen Kooi <koen@handhelds.org>"
-DEPENDS = "libgpewidget gtk+ glib-2.0"
+DEPENDS = "libgpewidget gtk+ glib-2.0 alsa-lib"
+RDEPENDS = "alsa-lib"
 #Remove the dash below when 0.1.3 changes in PV
 PV = "0.1.3+cvs-${SRCDATE}"