This commit is contained in:
DubbleClick
2025-07-18 13:51:33 +07:00
parent 9af3b745a2
commit 5586f627d3
6 changed files with 75 additions and 6 deletions

View File

@@ -265,6 +265,13 @@
"libsodium"
]
},
"lerc": {
"source": "lerc",
"static-libs-unix": [
"libLerc.a"
],
"cpp-library": true
},
"libacl": {
"source": "libacl",
"static-libs-unix": [
@@ -498,6 +505,9 @@
"lib-depends": [
"zlib",
"libjpeg"
],
"lib-suggests-unix": [
"lerc"
]
},
"libuuid": {

View File

@@ -465,6 +465,16 @@
"path": "COPYING"
}
},
"lerc": {
"type": "ghtar",
"repo": "Esri/lerc",
"prefer-stable": true,
"provide-pre-built": true,
"license": {
"type": "file",
"path": "LICENSE"
}
},
"libevent": {
"type": "ghrel",
"repo": "libevent/libevent",