Igalia / meta-webkit

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

Cog recipe doesn't provide option to use X11? #421

Closed Oquirella closed 1 year ago

Oquirella commented 1 year ago

Cog supports X11, but in the recipe no option is provided to use it.

hiagofranco commented 1 year ago

I'm currently facing an issue with Wayland that doesn't happen with X11. I would like to use it with X11 as well, but it doesn't seem to be easy to change the recipe to use X11.

marvinfrankeengram commented 1 year ago

It least it compiles when I add the following lines to the recipe using a cog_%.bbappend:

PACKAGECONFIG[x11] = "-DCOG_PLATFORM_X11=ON,-DCOG_PLATFORM_X11=ofF,"
PACKAGECONFIG:append = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"

But if I try to use it on my RPI 400 using the raspberrypi4 Machine and the core-image-x11 Image, I only get a Segmentation fault. But maybe it works on a different Machine?

Oquirella commented 1 year ago

@marvinfrankeengram I also did that and i also get a segmentation fault on Intel.

psaavedra commented 1 year ago

Did you generate a backtrace for the crash?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stale for 7 days with no activity.