mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 22:46:57 +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",
|
"name": "zstd",
|
||||||
"buildsystem": "simple",
|
"buildsystem": "meson",
|
||||||
"build-commands": [
|
"subdir": "build/meson",
|
||||||
"make -j $FLATPAK_BUILDER_N_JOBS",
|
"config-opts": [
|
||||||
"make PREFIX=/ DESTDIR=\"${FLATPAK_DEST}\" install"
|
"-Dbin_programs=false",
|
||||||
|
"-Dbin_contrib=false"
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user