1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

oops... forgot ncurses depend in screen package

SVN-Revision: 806
This commit is contained in:
Felix Fietkau 2005-05-05 09:55:24 +00:00
parent 7fc7a4c79a
commit a287d24489
2 changed files with 2 additions and 0 deletions

@ -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

@ -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