Fix FindEGL when using Emscripten
ClosedPublic

Authored by hausmann on Sep 24 2019, 7:49 AM.

Details

Summary

When using the Emscripten toolchain, there is no library linkage
necessary (there is no library) and the system include search paths
provide EGL headers.

Diff Detail

Repository
R240 Extra CMake Modules
Lint
Lint Skipped
Unit
Unit Tests Skipped
hausmann created this revision.Sep 24 2019, 7:49 AM
Restricted Application added projects: Frameworks, Build System. · View Herald TranscriptSep 24 2019, 7:49 AM
Restricted Application added subscribers: kde-buildsystem, kde-frameworks-devel. · View Herald Transcript
hausmann requested review of this revision.Sep 24 2019, 7:49 AM
vkrause accepted this revision.Sep 24 2019, 8:06 AM

Looks safe to me, should not change the non-EMSCRIPTEN behavior.

This revision is now accepted and ready to land.Sep 24 2019, 8:06 AM