From d175f799cafb78237e0eae55294c3cd9d6cbd9bc Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Sat, 13 Aug 2016 22:37:15 +0200 Subject: don't implicitly test for kms in egldevice test any more having compound tests is messy, and we already have a separate test for that anyway. the kms test itself gains a fallback library, as that's what both the egldevice test did and the actual projects using kms do. Change-Id: I4544b64de86d58d6c6449bc0ad9095acaf144056 Reviewed-by: Lars Knoll --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index f2b0df292d..ad8e4cf32f 100644 --- a/configure.json +++ b/configure.json @@ -1863,7 +1863,7 @@ }, "eglfs_egldevice": { "description": "EGLFS EGLDevice", - "condition": "features.eglfs && tests.egl-egldevice", + "condition": "features.eglfs && tests.egl-egldevice && features.kms", "output": [ "publicQtConfig" ] }, "eglfs_gbm": { -- cgit v1.2.3