24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"clickable_minimum_required": "6.12.2",
|
|
"builder": "cmake",
|
|
"libraries": {
|
|
"olm": {
|
|
"builder": "cmake",
|
|
"build_args": [ "-Bbuild",
|
|
"-DOLM_TESTS=OFF",
|
|
"-DBUILD_SHARED_LIBS=ON"
|
|
],
|
|
"prebuild": "git submodule update --init --recursive"
|
|
},
|
|
"pantalaimon": {
|
|
"builder": "custom",
|
|
"dependencies_target": [
|
|
"libffi-dev",
|
|
"libssl-dev",
|
|
"libsqlite3-dev"
|
|
],
|
|
"build": "${ROOT}/build-python.sh"
|
|
}
|
|
},
|
|
"kill": "qmlscene"
|
|
}
|