-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last master fails to work with non-fdo #9
Comments
…ia#9) This fixes a bug where platform_name() was beeing returning TRUE when no platform_name is defined. Causing it to assert on the calls to on_create_web_view() -> cog_platform_get_view_backend()
@clopez Just want to report similar issue when building from: Igalia/meta-webkit@83b5700
In my case also
After adding a symlink to
|
@macpijan: About the missing |
This fixes a bug where platform_name() was beeing returning TRUE when no platform_name is defined. Causing it to assert on the calls to on_create_web_view() -> cog_platform_get_view_backend()
This has been fixed in |
Not sure if this was caused by 17cfde0 or it was a previous issue.
I'm testing with ae3e565 and wpebackend-rdk/wayland-egl and cog is currently broken unless a "-P randomstring is passed".
Simply starting cog without parameters fails with:
Starting it with a random invalid platform plugin name however works
The text was updated successfully, but these errors were encountered: