diff options
author | David Robillard <d@drobilla.net> | 2011-02-04 02:44:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-04 02:44:07 +0000 |
commit | cc61578f0f1417aba3c6d147d164bc644541372b (patch) | |
tree | dae833664026ff4de6e158ce4b4f038cbd8d18cd /slv2.pc.in | |
parent | b0c49632a5ee21d4ea35d0ae6160910fd35d68f3 (diff) | |
download | lilv-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.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} |