diff options
Diffstat (limited to 'slv2.pc.in')
-rw-r--r-- | slv2.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ includedir=@includedir@ Name: libslv2 Version: @SLV2_VERSION@ Description: Convenience library for hosts to simplify LV2 plugin support -Libs: @REDLAND_LIBS@ -L${libdir} -lslv2 -Cflags: @REDLAND_CFLAGS@ -I${includedir} +Libs: @SORD_LIBS@ @RAPTOR_LIBS@ -L${libdir} -lslv2 +Cflags: @SORD_CFLAGS@ @RAPTOR_CFLAGS@ -I${includedir} |