From e836160a1cec3b83c7f526e5ce350f55600e4dbf Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 2 Jul 2020 17:04:55 +0200 Subject: [PATCH] [waf] add vorbis and flac to nodeps list --- wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wscript b/wscript index 29185644..98fb82d8 100644 --- a/wscript +++ b/wscript @@ -144,6 +144,8 @@ def configure(ctx): 'blas', 'fftw3', 'fftw3f', + 'flac', + 'vorbis', ] for d in external_deps: if not hasattr(ctx.options, 'enable_' + d): -- 2.11.0