2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00
repo/extra/libplacebo/build

16 lines
228 B
Plaintext
Raw Permalink Normal View History

2023-11-24 18:09:21 -07:00
#!/bin/sh -e
export DESTDIR="$1"
patch -p1 < no-vulkan-headers.patch
2023-11-24 18:09:21 -07:00
meson setup \
-Dprefix=/usr \
-Dbuildtype=release \
-Dvulkan=disabled \
-Ddemos=false \
output
ninja -C output
ninja -C output install