summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-17 08:34:26 +0000
committerDavid Robillard <d@drobilla.net>2011-03-17 08:34:26 +0000
commit6e48279e05ee9c261aaeb20853a0fce961fbd7f7 (patch)
treed52b715804ace2221a34fc020b2993af81e00f7e
parent17f6705ae6d0e8c7202f598f5271786a00a065be (diff)
downloadlilv-6e48279e05ee9c261aaeb20853a0fce961fbd7f7.tar.gz
lilv-6e48279e05ee9c261aaeb20853a0fce961fbd7f7.tar.bz2
lilv-6e48279e05ee9c261aaeb20853a0fce961fbd7f7.zip
Improve pkg-config tag line.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3107 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--slv2.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2.pc.in b/slv2.pc.in
index 31f5e14..cf9e973 100644
--- a/slv2.pc.in
+++ b/slv2.pc.in
@@ -5,6 +5,6 @@ includedir=@includedir@
Name: libslv2
Version: @SLV2_VERSION@
-Description: Convenience library for hosts to simplify LV2 plugin support
+Description: Simple C library for hosting LV2 plugins
Libs: @GLIB_LIBS@ @SORD_LIBS@ -lsuil -L${libdir} -lslv2 -ldl
Cflags: @GLIB_CFLAGS@ @SORD_CFLAGS@ -I${includedir}