flatpak: libjson-c: Enable threading and disable static libs

pull/1267/head
tinywrkb 2022-06-29 17:10:59 +03:00 committed by ruevs
parent 2fdcf228ff
commit c7dbd54e01
1 changed files with 4 additions and 0 deletions

View File

@ -195,6 +195,10 @@
"name": "libjson-c", "name": "libjson-c",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"builddir": true, "builddir": true,
"config-opts": [
"-DBUILD_STATIC_LIBS=OFF",
"-DENABLE_THREADING=ON"
],
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",