wasm: disable the eglfs platform plugin
Emscripten has EGL headers, but we have no use for the eglfs platform plugin on this platform. Change-Id: I50bab4d1ef0b45bb5dd10e5ea9aa3bf9282652a7 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
parent
793cfa20a3
commit
e2cf6ade35
@ -1387,7 +1387,7 @@
|
||||
"eglfs": {
|
||||
"label": "EGLFS",
|
||||
"section": "Platform plugins",
|
||||
"condition": "!config.android && !config.darwin && !config.win32 && features.egl",
|
||||
"condition": "!config.android && !config.darwin && !config.win32 && !config.wasm && features.egl",
|
||||
"output": [ "privateFeature" ]
|
||||
},
|
||||
"eglfs_brcm": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user