add ncurses dependency
authorOyvind Repvik <nail@nslu2-linux.org>
Mon, 22 Aug 2005 17:45:35 +0000 (17:45 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 22 Aug 2005 17:45:35 +0000 (17:45 +0000)
packages/alsa/alsa-utils_1.0.8.bb

index 5a6d04f..ca9a52e 100644 (file)
@@ -2,8 +2,8 @@ DESCRIPTION = "ALSA Utilities"
 MAINTAINER = "Lorn Potter <lpotter@trolltech.com>"
 SECTION = "console/utils"
 LICENSE = "GPL"
-DEPENDS = "alsa-lib"
-PR = "r1"
+DEPENDS = "alsa-lib ncurses"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2"