summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-05 09:55:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-05 09:55:24 +0000
commita287d24489385e7f2335b0628f2899c51e61c9c5 (patch)
tree7365fb093c0242eae89f7834f82e8dce9563a013
parent7fc7a4c79aa25a140caacd5fa9f4e2350785e3a8 (diff)
downloadmtk-20170518-a287d24489385e7f2335b0628f2899c51e61c9c5.zip
mtk-20170518-a287d24489385e7f2335b0628f2899c51e61c9c5.tar.gz
mtk-20170518-a287d24489385e7f2335b0628f2899c51e61c9c5.tar.bz2
oops... forgot ncurses depend in screen package
SVN-Revision: 806
-rw-r--r--openwrt/package/Makefile1
-rw-r--r--openwrt/package/screen/screen.control1
2 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 384ea00..404d890 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/package/Makefile
@@ -101,6 +101,7 @@ endif
ifneq ($(BR2_PACKAGE_ASTERISK_MYSQL),)
asterisk-compile: mysql-compile
endif
+screen-compile: ncurses-compile
openswan-compile: gmp-compile
nocatsplash-compile: glib-compile
arpwatch-compile: libpcap-compile
diff --git a/openwrt/package/screen/screen.control b/openwrt/package/screen/screen.control
index bc1786c..b1d5cb2 100644
--- a/openwrt/package/screen/screen.control
+++ b/openwrt/package/screen/screen.control
@@ -3,4 +3,5 @@ Priority: optional
Section: net
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
Source: buildroot internal
+Depends: libncurses
Description: A 'window manager' for the terminal session