Commit 25e5ee52 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

xterm: fix dependencies and bump to version 267

parent 9e1c8ad8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XTERM
	bool "xterm"
	select BR2_PACKAGE_NCURSES
	select BR2_PACKAGE_XLIB_LIBXAW
	depends on BR2_PACKAGE_XORG7
	help
+4 −4
Original line number Diff line number Diff line
@@ -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))