diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-23 17:57:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-23 17:57:36 +0000 |
commit | 98379906a180643e150cc2d8c65ca23aeba5ca00 (patch) | |
tree | 249eec6170b35c3d4e845c5884fee017a586e2be /btscanner/btscanner_1.0.oe | |
parent | 3e9d977817350a217fe185e31fb238d166d66508 (diff) |
Add ncurses to btscanner deps.
BKrev: 3fe88210nO8dWsQ1p0DRMRXoV9ESfw
Diffstat (limited to 'btscanner/btscanner_1.0.oe')
-rw-r--r-- | btscanner/btscanner_1.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btscanner/btscanner_1.0.oe b/btscanner/btscanner_1.0.oe index 3948b9705c..1befa061cf 100644 --- a/btscanner/btscanner_1.0.oe +++ b/btscanner/btscanner_1.0.oe @@ -2,7 +2,7 @@ SECTION="libs" PRIORITY="optional" RDEPENDS="libc6" SECTION="libs" -DEPENDS=virtual/libc virtual/libbluetooth virtual/libsdp virtual/libgdbm +DEPENDS=virtual/libc virtual/libbluetooth virtual/libsdp virtual/libgdbm ncurses SRC_URI = http://www.pentest.co.uk/src/${PN}-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 |