xterm: fix dependencies and bump to version 267

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2011-03-10 10:44:32 -03:00 committed by Peter Korsgaard
parent 9e1c8ad85e
commit 25e5ee52c0
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_XTERM
bool "xterm"
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_XLIB_LIBXAW
depends on BR2_PACKAGE_XORG7
help

View File

@ -4,10 +4,10 @@
#
#############################################################
XTERM_VERSION:=262
XTERM_SOURCE:=xterm-$(XTERM_VERSION).tgz
XTERM_SITE:=ftp://invisible-island.net/xterm
XTERM_DEPENDENCIES = xserver_xorg-server xlib_libXaw
XTERM_VERSION = 267
XTERM_SOURCE = xterm-$(XTERM_VERSION).tgz
XTERM_SITE = ftp://invisible-island.net/xterm
XTERM_DEPENDENCIES = ncurses xserver_xorg-server xlib_libXaw
XTERM_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
$(eval $(call AUTOTARGETS,package,xterm))