mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 14:37:03 +00:00
manifest: build zstd using Meson ...
... to fix the pkg-config issue
This commit is contained in:
parent
5aafc3f262
commit
1c4aef05a4
@ -56,10 +56,11 @@
|
||||
},
|
||||
{
|
||||
"name": "zstd",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"make -j $FLATPAK_BUILDER_N_JOBS",
|
||||
"make PREFIX=/ DESTDIR=\"${FLATPAK_DEST}\" install"
|
||||
"buildsystem": "meson",
|
||||
"subdir": "build/meson",
|
||||
"config-opts": [
|
||||
"-Dbin_programs=false",
|
||||
"-Dbin_contrib=false"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user