summaryrefslogtreecommitdiffstats
path: root/lilv.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-25 02:54:45 +0000
committerDavid Robillard <d@drobilla.net>2011-05-25 02:54:45 +0000
commit7c1e34c4d0a7d4228565de952cd8c29aac739b19 (patch)
tree4334a0aa69f31dfe141f01ef8030242fcd3438ab /lilv.pc.in
parent1e091682c7f5fdd9dbadb92a1ab1d4c2590f5bab (diff)
downloadlilv-7c1e34c4d0a7d4228565de952cd8c29aac739b19.tar.gz
lilv-7c1e34c4d0a7d4228565de952cd8c29aac739b19.tar.bz2
lilv-7c1e34c4d0a7d4228565de952cd8c29aac739b19.zip
Remove glib stuff from pkg-config file.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3324 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv.pc.in')
-rw-r--r--lilv.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lilv.pc.in b/lilv.pc.in
index 4f40b57..fff2b5e 100644
--- a/lilv.pc.in
+++ b/lilv.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: Lilv
Version: @LILV_VERSION@
Description: Simple C library for hosting LV2 plugins
-Libs: @GLIB_LIBS@ @SORD_LIBS@ -L${libdir} -llilv-@LILV_MAJOR_VERSION@ -ldl
-Cflags: @GLIB_CFLAGS@ @SORD_CFLAGS@ -I${includedir}/lilv-@LILV_MAJOR_VERSION@
+Libs: -L${libdir} -llilv-@LILV_MAJOR_VERSION@ -ldl
+Cflags: -I${includedir}/lilv-@LILV_MAJOR_VERSION@