diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = [] |