commit 1760aaa
hovercats
·
2025-01-11 17:34:26 +0000 UTC
parent d721512
libsoup3: switch to muon
3 files changed,
+5,
-4
+4,
-2
1@@ -13,7 +13,7 @@ mv -f _ meson.build
2 export CFLAGS="$CFLAGS -w"
3 export CXXFLAGS="$CXXFLAGS -w"
4
5-meson setup \
6+muon setup \
7 -Dprefix=/usr \
8 -Dsysconfdir=/etc \
9 -Dlocalstatedir=/var \
10@@ -28,7 +28,9 @@ meson setup \
11 -Dsysprof=disabled \
12 -Dpkcs11_tests=disabled \
13 -Dintrospection=disabled \
14+ -Dpkg_config_path=/usr/lib/pkgconfig \
15+ -Ddefault_library=shared \
16 build
17
18 samu -C build
19-samu -C build install
20+muon -C build install
+0,
-1
1@@ -3,5 +3,4 @@ glib-networking
2 libnghttp2
3 libpsl
4 libxml2
5-meson make
6 sqlite
+1,
-1
1@@ -1 +1 @@
2-3.4.4 2
3+3.4.4 3