From: Justin Patrin Date: Thu, 26 Apr 2007 00:09:08 +0000 (+0000) Subject: gizmod: add alsa-lib to DEPENDS X-Git-Tag: Release-2010-05/1~8868^2~644^2~7^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab7bcdd54140142bc4a6e9ed4c05cf4dd113213;p=openembedded.git gizmod: add alsa-lib to DEPENDS --- diff --git a/packages/gizmod/gizmod_2.3.bb b/packages/gizmod/gizmod_2.3.bb index c00293b64c..ff9ae25640 100644 --- a/packages/gizmod/gizmod_2.3.bb +++ b/packages/gizmod/gizmod_2.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://gizmod.sourceforge.net" LICENSE = "GPLv2" MAINTAINER = "Justin Patrin " SECTION = "console/multimedia" -DEPENDS = "python virtual/libx11 xf86vidmodeproto" +DEPENDS = "python virtual/libx11 xf86vidmodeproto alsa-lib" SRC_URI = "${SOURCEFORGE_MIRROR}/gizmod/gizmod-${PV}.tar.bz2 \ file://disable-xmms.patch;patch=1 \ file://fix-python-configure.patch;patch=1 \