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:
Morten Johan Sørvig 2019-02-07 23:14:10 +01:00
parent 793cfa20a3
commit e2cf6ade35

View File

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