2aaa5bd7b1
[Thomas: make the 256 colors support unconditionally enabled.] Signed-off-by: Thierry Bultel <tbultel@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
501 B
Makefile
17 lines
501 B
Makefile
################################################################################
|
|
#
|
|
# xterm
|
|
#
|
|
################################################################################
|
|
|
|
XTERM_VERSION = 306
|
|
XTERM_SOURCE = xterm-$(XTERM_VERSION).tgz
|
|
XTERM_SITE = ftp://invisible-island.net/xterm
|
|
XTERM_DEPENDENCIES = ncurses xlib_libXaw
|
|
XTERM_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install
|
|
XTERM_LICENSE = MIT
|
|
XTERM_LICENSE_FILES = version.c
|
|
XTERM_CONF_OPTS = --enable-256-color
|
|
|
|
$(eval $(autotools-package))
|