summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorTero Alamäki <tero.alamaki@qt.io>2017-05-15 08:33:52 +0300
committerTero Alamaki <tero.alamaki@qt.io>2017-05-29 09:46:40 +0000
commitb418c763960782ba3a26a6612365eb446a4717d4 (patch)
tree8a17a5a9ba878f51d884f32e574862de9da41977 /src/gui/configure.json
parentc49c559abeab827f668ce5eb1e29d841cc64abb5 (diff)
Add INTEGRITY framebuffer test to configure
Change-Id: I606da783ef9959448a89a7a616ab197820194977 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 9db0eb0327..cbf2315af4 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -363,6 +363,11 @@
"type": "compile",
"test": "unix/evdev"
},
+ "integrityfb": {
+ "label": "INTEGRITY framebuffer",
+ "type": "compile",
+ "test": "qpa/integrityfb"
+ },
"libinput_axis_api": {
"label": "axis API in libinput",
"type": "compile",
@@ -510,7 +515,7 @@
"integrityfb": {
"label": "INTEGRITY framebuffer",
"section": "Platform plugins",
- "condition": "config.integrity",
+ "condition": "config.integrity && tests.integrityfb",
"output": [ "privateFeature" ]
},
"kms": {