diff options
-rw-r--r-- | repo/apps/xterm.xibuild | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/repo/apps/xterm.xibuild b/repo/apps/xterm.xibuild index e948d26..69ae2ff 100644 --- a/repo/apps/xterm.xibuild +++ b/repo/apps/xterm.xibuild @@ -21,22 +21,7 @@ prepare () { build () { ./configure $XORG_CONFIG \ - --with-tty-group=tty \ - --enable-ansi-color \ - --enable-88-color \ - --enable-256-color \ - --enable-broken-osc \ - --enable-load-vt-fonts \ - --enable-i18n \ - --enable-wide-chars \ - --enable-doublechars \ - --enable-warnings \ - --enable-tcap-query \ - --enable-dabbrev \ - --enable-luit \ - --enable-mini-luit \ - --enable-exec-xterm \ - --with-utempter + --with-tty-group=tty make } |