Igalia / cog

WPE launcher and webapp container
MIT License
236 stars 61 forks source link

platform: Bump wpebackend-fdo requirement to 1.12 #686

Closed aperezdc closed 6 months ago

aperezdc commented 9 months ago

Bump required wpebackend-fdo version to 1.12.0, which allows dropping conditional compilation of SHM buffer support and fullscreen handling code. Always building the code reduces the testing matrix, and version 1.12.0 is already over two years old so the change should not pose any issue for packagers.

aperezdc commented 7 months ago

Ping reviewers 🏓

aperezdc commented 6 months ago

I like the idea of simplify the complexity of the code buy dropping the conditional compilation. I'd like to extend the changes to the gtk4 and drm platforms too.

Good point! I will update the patch to simplify them as well.