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: @SORD_LIBS@ @RAPTOR_LIBS@ -L${libdir} -lslv2 -Cflags: @SORD_CFLAGS@ @RAPTOR_CFLAGS@ -I${includedir} +Libs: @GLIB_LIBS@ @SORD_LIBS@ -L${libdir} -lslv2 +Cflags: @GLIB_CFLAGS@ @SORD_CFLAGS@ -I${includedir} |