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 <laszlo.agocs@qt.io>
bb10
Oswald Buddenhagen 2017-02-09 15:20:04 +01:00
parent 0f2638c994
commit 559bfa09e4
1 changed files with 1 additions and 2 deletions

View File

@ -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": {