summaryrefslogtreecommitdiffstats
path: root/rules/links.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-10-26 11:44:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-10-28 12:05:49 +0100
commit9a08fa342f1c1f07c5db2249e9d9a1e71d5ee8d7 (patch)
tree4a0f5dfc7b68e7652e60bcfce8b6b028a8139b7b /rules/links.in
parent038a4351abd620c8758e4cf941d0cf8d759d4e06 (diff)
downloadptxdist-9a08fa342f1c1f07c5db2249e9d9a1e71d5ee8d7.tar.gz
ptxdist-9a08fa342f1c1f07c5db2249e9d9a1e71d5ee8d7.tar.xz
links: version bump 2.2 -> 2.7
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/links.in')
-rw-r--r--rules/links.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/links.in b/rules/links.in
index a548931d4..deedda50f 100644
--- a/rules/links.in
+++ b/rules/links.in
@@ -15,6 +15,7 @@ menuconfig LINKS
select SDL if LINKS_SDL
select ZLIB if LINKS_ZLIB
select BZIP2 if LINKS_BZIP2
+ select XZ if LINKS_LZMA
help
links is a fast lightweight text and graphic web-browser
@@ -80,4 +81,8 @@ config LINKS_ZLIB
config LINKS_BZIP2
bool
prompt "support for bzip2"
+
+config LINKS_LZMA
+ bool
+ prompt "support for lzma"
endif