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
parent
0f2638c994
commit
559bfa09e4
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue