This commit is contained in:
DubbleClick
2025-07-18 14:04:55 +07:00
parent 5c44703f53
commit be0dbcd9eb
6 changed files with 79 additions and 1 deletions

View File

@@ -272,6 +272,18 @@
],
"cpp-library": true
},
"jbig": {
"source": "jbig",
"static-libs-unix": [
"libjbig.a",
"libjbig85.a"
],
"headers": [
"jbig.h",
"jbig85.h",
"jbig_ar.h"
]
},
"libacl": {
"source": "libacl",
"static-libs-unix": [
@@ -507,7 +519,8 @@
"libjpeg"
],
"lib-suggests-unix": [
"lerc"
"lerc",
"jbig"
]
},
"libuuid": {