[Webkit-unassigned] [Bug 178896] [WPE] Can't run dyz

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 22 14:20:53 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=178896

--- Comment #31 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to Michael Catanzaro from comment #29)
> 
> I will create a new bug to upgrade Wayland. 

Maybe is a better idea to just remove wayland from the moduleset and add the dev packages to the script install-dependencies?

My experience with this is that building for a different version of Wayland than the one that will be used by the compositor at run-time usually causes issues.

On the GTK+ port JHBuild moduleset we only build wayland and weston _if_ the system wayland is not new enough (via <pkg-config> entries), otherwise we use the one from the system. That is required because the GTK+ default build relies on wayland, and we want to support building on systems that don't have new enough wayland.

However the WPE port is different, one one hand the build doesn't depend directly on Wayland directly (it depends on which backend you will use), on the other hand the layout tests currently run headless using the surfaceless/GBM EGL platform, so I don't think the version of Wayland will affect the output of them in any case.

My vote is to just remove it and rely on the system wayland.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171122/31d0df12/attachment-0001.html>


More information about the webkit-unassigned mailing list