summaryrefslogtreecommitdiffstats
path: root/slv2.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-04 02:44:07 +0000
committerDavid Robillard <d@drobilla.net>2011-02-04 02:44:07 +0000
commitcc61578f0f1417aba3c6d147d164bc644541372b (patch)
treedae833664026ff4de6e158ce4b4f038cbd8d18cd /slv2.pc.in
parentb0c49632a5ee21d4ea35d0ae6160910fd35d68f3 (diff)
downloadlilv-cc61578f0f1417aba3c6d147d164bc644541372b.tar.gz
lilv-cc61578f0f1417aba3c6d147d164bc644541372b.tar.bz2
lilv-cc61578f0f1417aba3c6d147d164bc644541372b.zip
Replace use of raptor (for raptor_sequence) with glib.
SLV2 now depends only on serd, sord, and glib. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2903 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2.pc.in')
-rw-r--r--slv2.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2.pc.in b/slv2.pc.in
index 9059029..aa20727 100644
--- a/slv2.pc.in
+++ b/slv2.pc.in
@@ -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}