Commit b05c54da authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

xterm: fix dependencies



xterm doesn't need the xserver to build.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 25e5ee52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
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_DEPENDENCIES = ncurses xlib_libXaw
XTERM_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install

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