Commit 1f4000e5 authored by Paulius Zaleckas's avatar Paulius Zaleckas Committed by Peter Korsgaard
Browse files

xterm: should select libXaw and bump to latest version

parent 489e2b80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
	xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
	xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
	xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
	xkeyboard-config, xlib_libX11, xstroke, xvkbd, zlib
	xkeyboard-config, xlib_libX11, xstroke, xterm, xvkbd, zlib

	Deprecated packages: hotplug, lzma

+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XTERM
	bool "xterm"
	select BR2_PACKAGE_XLIB_LIBXAW
	depends on BR2_PACKAGE_XORG7
	help
	  xterm terminal emulator
+2 −2
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@
#
#############################################################

XTERM_VERSION:=259
XTERM_VERSION:=262
XTERM_SOURCE:=xterm-$(XTERM_VERSION).tgz
XTERM_SITE:=ftp://invisible-island.net/xterm
XTERM_DEPENDENCIES = xserver_xorg-server
XTERM_DEPENDENCIES = xserver_xorg-server xlib_libXaw
XTERM_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install

$(eval $(call AUTOTARGETS,package,xterm))