refactor and add more linux extensions and libraries

This commit is contained in:
crazywhalecc
2023-03-26 22:27:51 +08:00
parent 17e0265ed0
commit 84b1732683
38 changed files with 1059 additions and 360 deletions

View File

@@ -70,6 +70,9 @@
"zlib",
"libpng"
],
"ext-depends": [
"zlib"
],
"lib-suggests": [
"gd",
"libavif",
@@ -148,6 +151,10 @@
"onig"
]
},
"mongodb": {
"type": "external",
"source": "mongodb"
},
"mysqli": {
"type": "builtin",
"arg-type": "with",
@@ -284,8 +291,7 @@
"type": "external",
"source": "swoole",
"lib-depends": [
"openssl",
"curl"
"openssl"
],
"ext-depends": [
"openssl"
@@ -357,6 +363,10 @@
"libxslt"
]
},
"protobuf": {
"type": "external",
"source": "protobuf"
},
"yaml": {
"type": "external",
"source": "yaml",