summaryrefslogtreecommitdiff
path: root/config/companion_libs
diff options
context:
space:
mode:
Diffstat (limited to 'config/companion_libs')
-rw-r--r--config/companion_libs/expat.in19
-rw-r--r--config/companion_libs/ncurses.in19
2 files changed, 38 insertions, 0 deletions
diff --git a/config/companion_libs/expat.in b/config/companion_libs/expat.in
new file mode 100644
index 0000000..1dff4a7
--- /dev/null
+++ b/config/companion_libs/expat.in
@@ -0,0 +1,19 @@
+# expat config file
+
+choice
+ bool
+ prompt "expat version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
+
+config EXPAT_V_2_1_0
+ bool
+ prompt "2.1.0"
+
+endchoice
+
+config EXPAT_VERSION
+ string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
+ default "2.1.0" if EXPAT_V_2_1_0
diff --git a/config/companion_libs/ncurses.in b/config/companion_libs/ncurses.in
new file mode 100644
index 0000000..550cdc0
--- /dev/null
+++ b/config/companion_libs/ncurses.in
@@ -0,0 +1,19 @@
+# expat config file
+
+choice
+ bool
+ prompt "ncurses version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
+
+config NCURSES_V_5_9
+ bool
+ prompt "5.9"
+
+endchoice
+
+config NCURSES_VERSION
+ string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
+ default "5.9" if NCURSES_V_5_9