From 25dc2d44703ff24e512102a43731ffd5f4723d71 Mon Sep 17 00:00:00 2001 From: Jasmin Jessich Date: Sat, 29 Aug 2015 12:40:46 +0200 Subject: 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 --- config/companion_libs/isl.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config') diff --git a/config/companion_libs/isl.in b/config/companion_libs/isl.in index 93babe77..443f8728 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 -- cgit v1.2.3