summaryrefslogtreecommitdiff
path: root/raptor2.pc.in
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2012-08-25 11:00:32 -0700
committerDave Beckett <dave@dajobe.org>2012-08-25 11:00:32 -0700
commitf3a7ea4f3875e0a5a4352b74e6e9d5e31d89e1fb (patch)
treea83cc8b2339ceba3a57b6b325cffb3830adece2d /raptor2.pc.in
parent162717089f1b702249715e6f28b5357c4e4e8295 (diff)
downloadraptor-f3a7ea4f3875e0a5a4352b74e6e9d5e31d89e1fb.tar.gz
Allow xml2-config and curl-config to work for libxml and libcurl
- report on source of xml, curl libraries in status - remove extra oCPPFLAGS assignements - substitute pkgconfig dependencies into raptor2.pc
Diffstat (limited to 'raptor2.pc.in')
-rw-r--r--raptor2.pc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/raptor2.pc.in b/raptor2.pc.in
index 2c474023..40c6af75 100644
--- a/raptor2.pc.in
+++ b/raptor2.pc.in
@@ -3,10 +3,11 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/@PACKAGE@
-Name: Raptor RDF Parsing Library
-Description: RDF Parser Toolkit Library
+Name: Raptor RDF Syntax Library
+Description: RDF Syntax Library
Version: @VERSION@
Libs: -L${libdir} -lraptor2
Libs.private: @RAPTOR_LDFLAGS@
Cflags: -I${includedir}
+Requires:@PKG_CONFIG_REQUIRES@