Commit 2aaa5bd7 authored by Thierry Bultel's avatar Thierry Bultel Committed by Thomas Petazzoni
Browse files

xterm: add support for 256 colors



[Thomas: make the 256 colors support unconditionally enabled.]

Signed-off-by: default avatarThierry Bultel <tbultel@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 423903b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,5 +11,6 @@ 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))