summaryrefslogtreecommitdiffstats
path: root/src/compositor/configure.json
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-09-05 15:09:14 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-09-10 08:01:59 +0000
commit122123bfa4a65b04884f1d930900cb342fb7741c (patch)
tree5cb6f70da082e332517b3b7195fe371edb14e536 /src/compositor/configure.json
parent341f6fe0bea24d7942d1d3e2c445d6ec4c0cb35e (diff)
Create feature wayland-shm-emulation-server-buffer
And make OpenGL a requirement, in order to make builds without OpenGL work again. Fixes: QTBUG-69779 Change-Id: Iff1153b0aaca8e115f47c59c2ceb028e638e3fe9 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/compositor/configure.json')
-rw-r--r--src/compositor/configure.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compositor/configure.json b/src/compositor/configure.json
index 20b0e9ce8..6864a94f9 100644
--- a/src/compositor/configure.json
+++ b/src/compositor/configure.json
@@ -116,6 +116,11 @@
"condition": "features.wayland-server && features.opengl && features.egl && tests.libhybris-egl-server",
"output": [ "privateFeature" ]
},
+ "wayland-shm-emulation-server-buffer": {
+ "label": "Shm emulation server buffer",
+ "condition": "features.wayland-server && features.opengl",
+ "output": [ "privateFeature" ]
+ },
"wayland-layer-integration-vsp2": {
"label": "VSP2 hardware layer integration",
"condition": "features.wayland-server && features.eglfs_vsp2 && libs.wayland-kms",