]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
xterm: add support for 256 colors
authorThierry Bultel <tbultel@free.fr>
Tue, 9 Dec 2014 15:09:19 +0000 (16:09 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 3 Feb 2015 16:57:15 +0000 (17:57 +0100)
[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>
package/xterm/xterm.mk

index 9c6bd21a4ccbfb86f9cec32d5b52779a4237e28d..3f5b978cec1e0a88c2b1eeca712c840bbb6e1181 100644 (file)
@@ -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))