diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index 1226ab6..4a25699 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -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": [ {