Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cog recipe doesn't provide option to use X11?

Oquirella opened this issue · comments

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

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.

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?

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

Did you generate a backtrace for the crash?

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.

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