manifest: build zstd using Meson ...

... to fix the pkg-config issue
This commit is contained in:
liushuyu 2022-08-27 18:46:11 -06:00
parent 5aafc3f262
commit 1c4aef05a4
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -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": [
{