mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-29 17:57:29 +02:00
oops... forgot ncurses depend in screen package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@806 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9976bd7be6
commit
48ccf2d413
@ -101,6 +101,7 @@ endif
|
|||||||
ifneq ($(BR2_PACKAGE_ASTERISK_MYSQL),)
|
ifneq ($(BR2_PACKAGE_ASTERISK_MYSQL),)
|
||||||
asterisk-compile: mysql-compile
|
asterisk-compile: mysql-compile
|
||||||
endif
|
endif
|
||||||
|
screen-compile: ncurses-compile
|
||||||
openswan-compile: gmp-compile
|
openswan-compile: gmp-compile
|
||||||
nocatsplash-compile: glib-compile
|
nocatsplash-compile: glib-compile
|
||||||
arpwatch-compile: libpcap-compile
|
arpwatch-compile: libpcap-compile
|
||||||
|
@ -3,4 +3,5 @@ Priority: optional
|
|||||||
Section: net
|
Section: net
|
||||||
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
|
Depends: libncurses
|
||||||
Description: A 'window manager' for the terminal session
|
Description: A 'window manager' for the terminal session
|
||||||
|
Loading…
Reference in New Issue
Block a user