Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers
MIT License
125 stars 69 forks source link

Update packages wpewebkit/wpewebkit to 2.34.2, cog to 0.12.0 #337

Closed aperezdc closed 2 years ago

aperezdc commented 2 years ago

SSIA

perrin-1 commented 2 years ago

Hello, i think your cog_0.12.0.bb contains an error. When you compile as is using backend fdo/wl no wayland modules are built. Line 10 needs to be PACKAGECONFIG[wl] = "-DCOG_PLATFORM_WL=OFF,-DCOG_PLATFORM_WL=ON,wpebackend-fdo" after that change cog works as espected

psaavedra commented 2 years ago

Hello, i think your cog_0.12.0.bb contains an error. When you compile as is using backend fdo/wl no wayland modules are built. Line 10 needs to be PACKAGECONFIG[wl] = "-DCOG_PLATFORM_WL=OFF,-DCOG_PLATFORM_WL=ON,wpebackend-fdo" after that change cog works as espected

I agree with this. This wl flag has to be promoted to the cog.inc file.