[packages/elinks] bcond_without truecolor
witekfl
witekfl at pld-linux.org
Thu Jul 5 14:42:44 CEST 2012
commit 6c6b29656151f906b832cc678efdaf6e381c6532
Author: witekfl <witekfl at poczta.onet.pl>
Date: Thu Jul 5 14:39:35 2012 +0200
bcond_without truecolor
true color is only available on the konsole, it takes a lot of memory,
but I can see no difference.
elinks.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/elinks.spec b/elinks.spec
index 66f6786..3fd84ff 100644
--- a/elinks.spec
+++ b/elinks.spec
@@ -10,6 +10,7 @@
%bcond_with verbose # verbose build (V=1)
%bcond_with x # Use the X Window System
%bcond_without 256 # Disable 256 colors support
+%bcond_without truecolor # Disable true color support
%bcond_without bittorrent # Disable BitTorrent support
%bcond_without cgi # Disable Local CGI support
%bcond_without fsp # Disable FSP support
@@ -132,7 +133,7 @@ keepalive.
--enable-nntp \
--enable-88-colors \
%{?with_256:--enable-256-colors} \
- --enable-true-color \
+ %{?with_truecolor:--enable-true-color} \
--enable-exmode \
%{?with_fsp:--enable-fsp} \
%{?with_leds:--enable-leds} \
More information about the test
mailing list