[webkit-reviews] review granted: [Bug 238452] [Flatpak SDK] Local dependencies override support : [Attachment 456111] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 01:31:59 PDT 2022


Adrian Perez <aperez at igalia.com> has granted Philippe Normand
<pnormand at igalia.com>'s request for review:
Bug 238452: [Flatpak SDK] Local dependencies override support
https://bugs.webkit.org/show_bug.cgi?id=238452

Attachment 456111: Patch

https://bugs.webkit.org/attachment.cgi?id=456111&action=review




--- Comment #3 from Adrian Perez <aperez at igalia.com> ---
Comment on attachment 456111
  --> https://bugs.webkit.org/attachment.cgi?id=456111
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=456111&action=review

> Tools/flatpak/local-projects/meson.build:2
> +	   version : '0.1.0')

Nice trick, using a dummy project with the only goal of letting Meson
handle things for us ��️

Even when it works only for Meson projects, that will cover a good amount
of our dependencies these days, including GTK, GLib, glib-networking and a
few others -- we can add later on .wrap files when needed for them.


More information about the webkit-reviews mailing list