commit 0a89268
hovercats
·
2024-11-08 10:25:27 +0000 UTC
parent a3e7b7e
libepoxy: switch to muon
2 files changed,
+4,
-3
+3,
-2
1@@ -5,7 +5,7 @@ export DESTDIR="$1"
2 # Disable building tests.
3 : > test/meson.build
4
5-meson setup \
6+muon setup \
7 -Dprefix=/usr \
8 -Dsysconfdir=/etc \
9 -Dmandir=/usr/share/man \
10@@ -14,8 +14,9 @@ meson setup \
11 -Ddebug=false \
12 -Doptimization=s \
13 -Dpkg_config_path=/usr/lib/pkgconfig \
14+ -Ddefault_library=shared \
15 -Dx11=true \
16 build
17
18 samu -C build
19-samu -C build install
20+muon -C build install
+1,
-1
1@@ -1 +1 @@
2-1.5.10 2
3+1.5.10 3