mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:29:00 +08:00
e37021ebfb
* [kf5codecs] add explicit gperf dependency * [kf5codecs] wrap paths in quotes; no need to remove /etc * [kf5codecs] update versions * [kf5codecs] make gperf host dependency Co-authored-by: Billy O'Neal <bion@microsoft.com> * [kf5codecs] pass the gperf host executable path * [kf5codecs] update versions * [kf5codecs] fix a typo in find_program() * [kf5codecs] quote the Gperf_EXECUTABLE path * [kf5codecs] update versions Co-authored-by: Billy O'Neal <bion@microsoft.com>
25 lines
438 B
JSON
25 lines
438 B
JSON
{
|
|
"name": "kf5codecs",
|
|
"version": "5.84.0",
|
|
"port-version": 3,
|
|
"description": "String encoding library",
|
|
"homepage": "https://api.kde.org/frameworks/kcodecs/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
{
|
|
"name": "gperf",
|
|
"host": true
|
|
},
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|