summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 22b0ef342b..f47ba0a3b2 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -282,7 +282,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'libcurl', uselib_store='CURL',
atleast_version='7.0.0')
autowaf.check_pkg(conf, 'ltc', uselib_store='LTC',
- atleast_version='1.0.3', mandatory=False)
+ atleast_version='1.1.0', mandatory=False)
# we don't try to detect this, since its part of our source tree