xterm: should select libXaw and bump to latest version

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Paulius Zaleckas 2010-09-28 14:52:15 +03:00 committed by Peter Korsgaard
parent 489e2b803e
commit 1f4000e562
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

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

View File

@ -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))