summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2016-03-22 15:44:01 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-26 19:14:16 +0100
commitb31b9d5b00b1b93eb373da4b0fe06ac396865a2e (patch)
treee8d46202a48912a377f7d12ac4d6d7a3fd192c51 /package/Config.in
parentfaab3bac33b5b30b37c7baf89263d209307d3217 (diff)
downloadbuildroot-b31b9d5b00b1b93eb373da4b0fe06ac396865a2e.tar.gz
buildroot-b31b9d5b00b1b93eb373da4b0fe06ac396865a2e.zip
raptor: new package
Raptor is a free software / Open Source C library that provides a set of parsers and serializers that generate Resource Description Framework (RDF) triples by parsing syntaxes or serialize the triples into a syntax. http://librdf.org/raptor/ Patch added in the package: 0001-configure.ac-remove-conditional-lib-inclusion.patch Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Nitin Mendiratta <nitin.mendiratta@rockwellcollins.com> [Thomas: - add else clause for the three optional dependencies, as suggested by Baruch. - fix they yajl optional dependency, as noticed by Baruch.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 1467f33bff..8208da87d7 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1039,6 +1039,7 @@ menu "JSON/XML"
source "package/mxml/Config.in"
source "package/rapidjson/Config.in"
source "package/rapidxml/Config.in"
+ source "package/raptor/Config.in"
source "package/tinyxml/Config.in"
source "package/tinyxml2/Config.in"
source "package/xerces/Config.in"
OpenPOWER on IntegriCloud