summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index c89012352..3210c60fb 100644
--- a/configure.json
+++ b/configure.json
@@ -1,6 +1,7 @@
{
"module": "webengine",
"depends": [
+ "gui-private",
"printsupport"
],
@@ -290,7 +291,7 @@
},
"webengine-system-harfbuzz": {
"label": "harfbuzz",
- "condition": "libs.harfbuzz",
+ "condition": "config.unix && features.system-harfbuzz && libs.harfbuzz",
"output": [ "privateFeature" ]
},
"system-glib" : {
@@ -325,7 +326,7 @@
},
"webengine-system-png" : {
"label": "png",
- "condition": "config.unix && libs.png",
+ "condition": "config.unix && features.system-png && libs.png",
"output": [ "privateFeature" ]
},
"python2": {