summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@qt.io>2017-11-15 13:57:22 +0200
committerKimmo Ollila <kimmo.ollila@qt.io>2017-12-01 10:07:04 +0000
commitf4498db196c19208236e97ddae448e0ec1a4be04 (patch)
treea9c36d36c390920ea5efe309c47893cab21caf86 /src/gui/configure.json
parent92cd3bfa2ebe133651b3d9f4e0c3394bbe79ba6a (diff)
Add configure test for INTEGRITY EGLFS openWFD integration plugin
Change-Id: I846f9e555df4f64097b5634707515d45c13a521c Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 0664cb92c6..9710ee4e20 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -705,6 +705,17 @@
},
"use": "egl"
},
+ "egl-openwfd": {
+ "label": "OpenWFD EGL",
+ "type": "compile",
+ "test": {
+ "include": [ "wfd.h" ],
+ "main": [
+ "wfdEnumerateDevices(nullptr, 0, nullptr);"
+ ]
+ },
+ "use": "egl"
+ },
"evdev": {
"label": "evdev",
"type": "compile",
@@ -1088,6 +1099,11 @@
"condition": "features.eglfs_viv && libs.wayland_server",
"output": [ "privateFeature" ]
},
+ "eglfs_openwfd": {
+ "label": "EGLFS OpenWFD",
+ "condition": "config.integrity && features.eglfs && tests.egl-openwfd",
+ "output": [ "privateFeature" ]
+ },
"gif": {
"label": "GIF",
"condition": "features.imageformatplugin",
@@ -1560,7 +1576,7 @@ QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your pla
"section": "EGLFS details",
"condition": "features.eglfs",
"entries": [
- "eglfs_viv", "eglfs_viv_wl", "eglfs_egldevice", "eglfs_gbm", "eglfs_mali", "eglfs_brcm", "egl_x11"
+ "eglfs_openwfd", "eglfs_viv", "eglfs_viv_wl", "eglfs_egldevice", "eglfs_gbm", "eglfs_mali", "eglfs_brcm", "egl_x11"
]
},
"linuxfb", "vnc", "mirclient",