ubuntu / gnome-sdk

GNOME SDK/Platform snap
22 stars 24 forks source link

Fix libsoup3 #46

Closed sergio-costas closed 2 years ago

sergio-costas commented 2 years ago

When compiling something with libsoup3, libnghttp2 is needed. But the SDK lacks it, so although the libsoup-3.0.pc and libraries are inside, pkg-config will say that it isn't available.

This MR fixes it.

sergio-costas commented 2 years ago

Also other PKGs were failing, so I added some extra packages. Now all pkg-config tests do pass.