From 559bfa09e4000d32bbfeba2d6f27e5f722450734 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 9 Feb 2017 15:20:04 +0100 Subject: [PATCH] refuse to build EGLFS on android, darwin, and windows ... instead of merely defaulting it to off on android and windows. this reflects actual reality. Change-Id: I880254138bedd07124aa00096a06dd6e1803feb9 Reviewed-by: Laszlo Agocs --- src/gui/configure.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/configure.json b/src/gui/configure.json index 35741abc86..2dc70c5ea2 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -600,8 +600,7 @@ "eglfs": { "label": "EGLFS", "section": "Platform plugins", - "autoDetect": "!config.android && !config.win32", - "condition": "features.egl", + "condition": "!config.android && !config.darwin && !config.win32 && features.egl", "output": [ "privateFeature" ] }, "eglfs_brcm": {