Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions images/wkdev_sdk/jhbuild/webkit-sdk-deps.modules
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,13 @@
</dependencies>
</meson>

<!-- Optional WPE Platform implementaiton. -->
<meson id="wpe-platform-gtk">
<branch repo="github.com"
module="Igalia/wpe-platform-gtk.git"/>
<!-- This depends on gtk4, but the older distro provided version is fine. -->
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<dependencies>
 <dep package="gtk4"/>
<dependencies>

Why you don't add that this instead of the comment?

We are building gtk4 inside the jhbuild, we don't use the distro provided one, so adding the dep entry on jhbuild is needed to ensure proper order of building

</meson>

<!-- Everything in this section is just for sysprof. -->
<meson id="libpanel" mesonargs="-Dvapi=false">
<branch repo="github.com"
Expand Down
Loading