WebPlatformForEmbedded / WPEBackend-rdk

BSD 2-Clause "Simplified" License
8 stars 38 forks source link

Fix the build with libwpe 1.14.0, improve FindWPE CMake module #86

Closed aperezdc closed 1 year ago

aperezdc commented 1 year ago

Add missing xkbcommon header inclusion, and fix+improve the FindWPE.cmake find-module to make it pick compilation flags which were added to wpe-1.0.pc and need to be used during the build of code that uses libwpe.

Fixes #85