summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-03 17:56:10 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-10 15:43:20 +0000
commit1e6b403ecc8aa4ab34c1516f503d926b60d0d785 (patch)
treed07d8eafcabd86fa7134e78e01a0e2b490b18b3b /configure.json
parent337ce2fa68030638efdf140d1f6d936c6762ea98 (diff)
restore lost egl-mali-2 test
Change-Id: I6e9e8244768d7e702a8a20ed18f5f0293dfefead Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 727fdb73bf..6f12123cae 100644
--- a/configure.json
+++ b/configure.json
@@ -717,6 +717,11 @@
"type": "compile",
"test": "qpa/eglfs-mali"
},
+ "egl-mali-2": {
+ "description": "Mali 2 EGL",
+ "type": "compile",
+ "test": "qpa/eglfs-mali-2"
+ },
"egl-viv": {
"description": "i.Mx6 EGL",
"type": "compile",
@@ -1855,7 +1860,7 @@
},
"eglfs_mali": {
"description": "EGLFS Mali",
- "condition": "features.eglfs && tests.egl-mali",
+ "condition": "features.eglfs && (tests.egl-mali || tests.egl-mali-2)",
"output": [ "publicQtConfig" ]
},
"eglfs_viv": {