summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/buildtools/configure.json1
-rw-r--r--src/core/configure.json12
2 files changed, 3 insertions, 10 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 8c09601c4..f9d4900ba 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -502,7 +502,6 @@
]
},
"webengine-ozone-x11" : {
- "label": "Support qpa-xcb",
"condition": "config.unix
&& features.xcb
&& features.webengine-system-x11
diff --git a/src/core/configure.json b/src/core/configure.json
index 55e68ab04..167555d79 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -187,15 +187,9 @@
"autoDetect": "!features.webengine-embedded-build",
"output": [ "privateFeature" ]
},
- "webengine-ozone-x11" : {
+ "webengine-ozone" : {
"label": "Support qpa-xcb",
- "condition": "config.unix
- && features.webengine-system-x11
- && features.webengine-system-libdrm
- && features.webengine-system-xcomposite
- && features.webengine-system-xcursor
- && features.webengine-system-xi
- && features.webengine-system-xtst",
+ "condition": "features.webengine-ozone-x11",
"output": [ "privateFeature" ]
},
"webengine-sanitizer" : {
@@ -274,7 +268,7 @@
"webengine-extensions",
{
"type": "feature",
- "args": "webengine-ozone-x11",
+ "args": "webengine-ozone",
"condition": "config.unix"
},
{