From cbab55296e607350e2dfb1ca39582ac7ef946fc3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Nov 2019 18:23:55 +0100 Subject: Fix pkg-config dependencies --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index a75ec7d..d8e9093 100644 --- a/wscript +++ b/wscript @@ -214,7 +214,8 @@ def build(bld): # Pkgconfig file autowaf.build_pc(bld, 'SUIL', SUIL_VERSION, SUIL_MAJOR_VERSION, [], - {'SUIL_MAJOR_VERSION' : SUIL_MAJOR_VERSION}) + {'SUIL_MAJOR_VERSION' : SUIL_MAJOR_VERSION, + 'SUIL_PKG_DEPS' : 'lv2'}) cflags = [] lib = [] -- cgit v1.2.1