commit fc4e0d4

hovercats  ·  2024-11-11 20:30:24 +0000 UTC
parent 9623ba6
cairo: switch to muon
3 files changed,  +5, -4
+4, -2
 1@@ -4,7 +4,7 @@ patch -p1 < 0001-util-remove-malloc-stats.patch
 2 
 3 export DESTDIR="$1"
 4 
 5-meson setup \
 6+muon setup \
 7 	-Dprefix=/usr \
 8 	-Dbuildtype=release \
 9 	-Db_colorout=never \
10@@ -15,7 +15,9 @@ meson setup \
11 	-Dxlib=enabled \
12 	-Dxlib-xcb=enabled \
13 	-Dtests=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@@ -5,6 +5,5 @@ libXext
2 libXrender
3 libpng
4 mesa
5-meson   make
6 pixman
7 zlib
+1, -1
1@@ -1 +1 @@
2-1.18.0 2
3+1.18.0 3