With 1.61, it uses Libsoup 3 (libsoup3
) by default. If you want to build with Libsoup 2 (libsoup
), use the -Dsoup2=true
Meson build flag.
Correct dependencies:
depends=('libsoup3' 'json-glib' 'qt5-declarative')
makedepends=('gobject-introspection' 'gtk-doc' 'meson' 'qt5-tools' 'vala')
Pinned Comments
username227 commented on 2025-03-06 18:53 (UTC) (edited on 2025-03-06 19:14 (UTC) by username227)
There is something preventing me from building this outside of a chroot. The errors happen when ninja tries to link the executables near the end of the build. If you run into this, build in a chroot:
If you know what's causing this and can suggest a fix, let me know. i've already tried disabling LTO in options and in the meson command with no effect.