summaryrefslogtreecommitdiff
path: root/config/companion_libs
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2015-08-29 10:40:46 (GMT)
committerJasmin Jessich <jasmin@anw.at>2015-09-01 00:18:35 (GMT)
commit25dc2d44703ff24e512102a43731ffd5f4723d71 (patch)
treeb70b43818127d06c5843d787ba951163fe0827b7 /config/companion_libs
parent094b5be8fd9b8a99636b802430eb4ae2edc37710 (diff)
Added new config ISL_V_0_14_or_later and ISL_V_0_12_or_later to select
proper configure options for isl 0.14.x and 0.12.x in 121-isl.sh. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
Diffstat (limited to 'config/companion_libs')
-rw-r--r--config/companion_libs/isl.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/companion_libs/isl.in b/config/companion_libs/isl.in
index 93babe7..443f872 100644
--- a/config/companion_libs/isl.in
+++ b/config/companion_libs/isl.in
@@ -9,10 +9,12 @@ choice
config ISL_V_0_14
bool
prompt "0.14"
+ select ISL_V_0_14_or_later
config ISL_V_0_12_2
bool
prompt "0.12.2"
+ select ISL_V_0_12_or_later
config ISL_V_0_11_1
bool
@@ -21,6 +23,13 @@ config ISL_V_0_11_1
endchoice
+config ISL_V_0_14_or_later
+ bool
+ select ISL_V_0_12_or_later
+
+config ISL_V_0_12_or_later
+ bool
+
config ISL_VERSION
string
# Don't remove next line