From 1e6b403ecc8aa4ab34c1516f503d926b60d0d785 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 3 Aug 2016 17:56:10 +0200 Subject: restore lost egl-mali-2 test Change-Id: I6e9e8244768d7e702a8a20ed18f5f0293dfefead Reviewed-by: Lars Knoll --- configure.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.json') 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": { -- cgit v1.2.3