wscript: loosen rubberband version
authorPaul Brossier <piem@piem.org>
Sat, 17 Sep 2016 01:20:57 +0000 (03:20 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 17 Sep 2016 01:20:57 +0000 (03:20 +0200)
wscript

diff --git a/wscript b/wscript
index d0352ed..351bf0d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -264,7 +264,7 @@ def configure(ctx):
 
     # check for librubberband
     if (ctx.options.enable_rubberband != False):
-        ctx.check_cfg(package = 'rubberband', atleast_version = '1.8.1',
+        ctx.check_cfg(package = 'rubberband', atleast_version = '1.3',
                 args = '--cflags --libs',
                 mandatory = ctx.options.enable_rubberband)