commit b339259

hovercats  ·  2026-05-07 16:25:42 +0000 UTC
parent 3182674
gtk+3: switch to muon
1 files changed,  +3, -2
+3, -2
 1@@ -22,7 +22,7 @@ sed '/<atk-bridge.h>/d;/atk_bridge_adaptor_init/d' \
 2     gtk/a11y/gtkaccessibility.c > _
 3 mv -f _ gtk/a11y/gtkaccessibility.c
 4 
 5-meson setup \
 6+muon setup \
 7 	-Dprefix=/usr \
 8 	-Dbuildtype=release \
 9 	-Db_colorout=never \
10@@ -35,10 +35,11 @@ meson setup \
11 	-Ddemos=false \
12 	-Dexamples=false \
13 	-Dtests=false \
14+	-Ddefault_library=shared \
15 	build
16 
17 samu -C build
18-samu -C build install
19+muon -C build install
20 
21 # We don't compile with librsvg which leads to this utility solely causing
22 # compiler errors for some packages. It has no use at all.