aboutsummaryrefslogtreecommitdiffstats
path: root/community/xterm
diff options
context:
space:
mode:
author7heo <7heo@mail.com>2016-08-10 17:13:14 +0200
committerWilliam Pitcock <nenolod@dereferenced.org>2017-04-18 18:38:08 +0000
commit06bc3ffafff10886b8cc0bad72ab138c9709f82a (patch)
treef2ff2b369be00c6279649ff9f7f3d77b85b6083c /community/xterm
parenta67cbdabd91c63d9d75a96287ca46606510e559a (diff)
downloadaports-06bc3ffafff10886b8cc0bad72ab138c9709f82a.tar.bz2
aports-06bc3ffafff10886b8cc0bad72ab138c9709f82a.tar.xz
testing/xterm: Enable SIXEL support
Diffstat (limited to 'community/xterm')
-rw-r--r--community/xterm/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/xterm/APKBUILD b/community/xterm/APKBUILD
index 851ef1381e..a5d0e4e121 100644
--- a/community/xterm/APKBUILD
+++ b/community/xterm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=xterm
pkgver=327
-pkgrel=0
+pkgrel=1
pkgdesc="X Terminal Emulator"
url="http://invisible-island.net/xterm"
arch="all"
@@ -45,6 +45,7 @@ build() {
--enable-mini-luit \
--enable-narrowproto \
--enable-exec-xterm \
+ --enable-sixel-graphics \
--with-tty-group=tty \
--with-utempter \
|| return 1