diff --git a/vcpkg.json b/vcpkg.json index eb7f23d7e2..6d6c89a184 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -12,40 +12,35 @@ "name": "libiconv", "platform": "osx" }, - "libmariadb", "openssl", "pugixml" ], "features": { "http": { "description": "Enable HTTP support", - "dependencies": [ - "boost-beast", - "boost-json" - ] + "dependencies": ["boost-beast", "boost-json"] }, "lua": { "description": "Use Lua instead of LuaJIT", - "dependencies": [ - "lua" - ] + "dependencies": ["lua"] }, "luajit": { "description": "Use LuaJIT instead of Lua", - "dependencies": [ - "luajit" - ] + "dependencies": ["luajit"] + }, + "libmariadb": { + "description": "Use libmariadb instead of libmysql", + "dependencies": ["libmariadb"] + }, + "libmysql": { + "description": "Use libmysql instead of libmariadb", + "dependencies": ["libmysql"] }, "unit-tests": { "description": "Build unit tests", - "dependencies": [ - "boost-test" - ] + "dependencies": ["boost-test"] } }, - "default-features": [ - "lua", - "http" - ], + "default-features": ["lua", "http", "libmariadb"], "builtin-baseline": "215a2535590f1f63788ac9bd2ed58ad15e6afdff" }