commit 80ed9b2
hovercats
·
2025-01-11 12:23:44 +0000 UTC
parent 4adc67d
gtk+3: switch to muon
3 files changed,
+5,
-2
+4,
-0
1@@ -4,6 +4,10 @@ export DESTDIR="$1"
2
3 patch -p1 < 0001-remove-fribidi-dependency.patch
4
5+# fix build for muon
6+sed -E "/boolean/s~'(true|false)'~\1~g" meson_options.txt > _
7+mv -f _ meson_options.txt
8+
9 # Disable native language support, disable atk-bridge, don't compile schemas.
10 sed -e '/compile_schemas/s/true/false/' \
11 -e '/ENABLE_NLS/s/1/0/' \
+0,
-1
1@@ -14,6 +14,5 @@ libXrandr
2 libepoxy
3 libxkbcommon
4 mesa
5-meson make
6 pango
7 python make
+1,
-1
1@@ -1 +1 @@
2-3.24.43 2
3+3.24.43 3