summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-09-11 13:49:09 +0200
committerAndy Shaw <andy.shaw@qt.io>2019-09-13 13:08:56 +0200
commit7f336791cea0fa7a039703e9d8a884afc69c6070 (patch)
tree427704f5dcccb3616714cf5441b0721fe907bcca /src
parent813365f472cf3b955d0985f83d0169016806cc36 (diff)
If egl_x11 is not available then don't turn on xcomposite-egl
Since xcomposite-egl depends on the egl_x11 feature in qtbase, then this should be explicit. Change-Id: Ic1dce9526fb50f6f56e18abd58b69bcaed6d204e Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/client/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/configure.json b/src/client/configure.json
index 7feeee4bf..91024c9d3 100644
--- a/src/client/configure.json
+++ b/src/client/configure.json
@@ -135,7 +135,7 @@
},
"xcomposite-egl": {
"label": "XComposite EGL",
- "condition": "features.wayland-client && features.opengl && features.egl && features.xlib && libs.xcomposite",
+ "condition": "features.wayland-client && features.opengl && features.egl && features.xlib && libs.xcomposite && features.egl_x11",
"output": [ "privateFeature" ]
},
"xcomposite-glx": {