diff options
-rw-r--r-- | suil.pc.in | 1 | ||||
-rw-r--r-- | wscript | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -6,5 +6,6 @@ includedir=@INCLUDEDIR@ Name: Suil Version: @SUIL_VERSION@ Description: LV2 plugin UI hosting library +Requires: @SUIL_PKG_DEPS@ Libs: -L${libdir} -l@LIB_SUIL@ Cflags: -I${includedir}/suil-@SUIL_MAJOR_VERSION@ @@ -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 = [] |