mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:49:01 +08:00
5293c8685a
* [libmariadb] Fix plugin installation, fix pkgconfig * fix installation * update version stuff Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
32 lines
683 B
JSON
32 lines
683 B
JSON
{
|
|
"name": "libmariadb",
|
|
"version-semver": "3.1.12",
|
|
"port-version": 2,
|
|
"description": "MariaDB Connector/C is used to connect C/C++ applications to MariaDB and MySQL databases",
|
|
"homepage": "https://github.com/MariaDB/mariadb-connector-c",
|
|
"default-features": [
|
|
"openssl",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"iconv": {
|
|
"description": "Enables character set conversion",
|
|
"dependencies": [
|
|
"libiconv"
|
|
]
|
|
},
|
|
"openssl": {
|
|
"description": "Enable SSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "Use internal zlib",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|