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