flatpak: libjson-c: Enable threading and disable static libs
parent
2fdcf228ff
commit
c7dbd54e01
|
@ -195,6 +195,10 @@
|
|||
"name": "libjson-c",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"builddir": true,
|
||||
"config-opts": [
|
||||
"-DBUILD_STATIC_LIBS=OFF",
|
||||
"-DENABLE_THREADING=ON"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
|
|
Loading…
Reference in New Issue