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:
parent
9e1c8ad85e
commit
25e5ee52c0
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user