From 8e1328f997a19de994b54a088c94af572d484c2f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 17 Sep 2016 03:20:57 +0200 Subject: [PATCH] wscript: loosen rubberband version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index d0352ed8..351bf0db 100644 --- 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) -- 2.11.0