summaryrefslogtreecommitdiffstats
path: root/src/core/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/configure.json')
-rw-r--r--src/core/configure.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index 789da3351..3eb30dd74 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -133,6 +133,12 @@
{ "type": "pkgConfig", "args": "protobuf" }
]
},
+ "webengine-poppler-cpp": {
+ "label": "poppler-cpp",
+ "sources": [
+ { "type": "pkgConfig", "args": "poppler-cpp" }
+ ]
+ },
"pulseaudio": {
"label": "pulseaudio >= 0.9.10",
"sources": [
@@ -619,6 +625,12 @@
"autoDetect": "config.sanitizer && tests.webengine-sanitizer",
"condition": "config.sanitizer",
"output": [ "privateFeature" ]
+ },
+ "webengine-poppler-cpp": {
+ "label": "poppler-cpp",
+ "autoDetect": "config.unix",
+ "condition": "libs.webengine-poppler-cpp",
+ "output": [ "privateFeature" ]
}
},