summaryrefslogtreecommitdiff
path: root/config/companion_libs
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-04 01:49:45 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-05 22:26:02 (GMT)
commitd91277e377d9dbbc87e7997db7059b30a3389bb2 (patch)
treecd6098acf7206560cc5d46cd357e5d8db1bd754d /config/companion_libs
parent10db7887ce0ff5e8323dc35176eaabbb3618e81c (diff)
Add zlib as a companion lib
with version 1.2.11. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/companion_libs')
-rw-r--r--config/companion_libs/zlib.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/companion_libs/zlib.in b/config/companion_libs/zlib.in
new file mode 100644
index 0000000..df93682
--- /dev/null
+++ b/config/companion_libs/zlib.in
@@ -0,0 +1,19 @@
+# Zlib options
+
+choice
+ bool
+ prompt "zlib version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
+
+config ZLIB_V_1_2_11
+ bool
+ prompt "1.2.11"
+
+endchoice
+
+config ZLIB_VERSION
+ string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
+ default "1.2.11" if ZLIB_V_1_2_11