commit 1d2181d

hovercats  ·  2024-11-06 12:43:46 +0000 UTC
parent 27c8a54
repo/libplacebo: switch to muon
3 files changed,  +4, -4
+3, -2
 1@@ -4,14 +4,15 @@ export DESTDIR="$1"
 2 
 3 patch -p1 < 0001-remove-the-need-for-vulkan-headers.patch
 4 
 5-meson setup \
 6+muon setup \
 7     -Dprefix=/usr \
 8     -Dbuildtype=release \
 9     -Dvulkan=disabled \
10     -Ddemos=false \
11     -Dopengl=disabled \
12     -Dxxhash=disabled \
13+    -Ddefault_library=shared \
14     build
15 
16 samu -C build
17-samu -C build install
18+muon -C build install
+0, -1
1@@ -1,3 +1,2 @@
2-meson make
3 python-glad make
4 python-markupsafe make
+1, -1
1@@ -1 +1 @@
2-7.349.0 2
3+7.349.0 3