commit 99bbba32e4fdd34c5a7cb7e90715c8d30b301fa2 parent 05ad734b66e281acfa832c8fdf1c5c319d12a7fe Author: St John Karp <contact@stjo.hn> Date: Sat, 18 Jun 2022 16:36:18 -0400 ostree: Add dependency on libsoup If ostree builds before libsoup, it will build without HTTP support and Flatpak won't be able to download any packages. Diffstat:
M | flatpak/ostree/depends | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/flatpak/ostree/depends b/flatpak/ostree/depends @@ -1,2 +1,3 @@ bison e2fsprogs +libsoup