mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:49:09 +08:00
[vcpkg baseline][poppler] Add feature splash and add its dependency boost-container and boost-move (#16356)
* [poppler] Add dependency boost-container and boost-move * [poppler] Add feature splash * update version record
This commit is contained in:
parent
f3ce42e570
commit
95f881be06
@ -18,6 +18,7 @@ vcpkg_add_to_path(${GPERF_PATH})
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
curl ENABLE_CURL
|
||||
zlib ENABLE_ZLIB
|
||||
splash ENABLE_SPLASH
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "poppler",
|
||||
"version-string": "20.12.1",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "a PDF rendering library",
|
||||
"homepage": "https://poppler.freedesktop.org/",
|
||||
"dependencies": [
|
||||
@ -19,6 +19,7 @@
|
||||
"openjpeg"
|
||||
],
|
||||
"default-features": [
|
||||
"splash",
|
||||
"zlib"
|
||||
],
|
||||
"features": {
|
||||
@ -28,6 +29,13 @@
|
||||
"curl"
|
||||
]
|
||||
},
|
||||
"splash": {
|
||||
"description": "Build the Splash graphics backend",
|
||||
"dependencies": [
|
||||
"boost-container",
|
||||
"boost-move"
|
||||
]
|
||||
},
|
||||
"zlib": {
|
||||
"description": "zlib for poppler",
|
||||
"dependencies": [
|
||||
|
@ -4686,7 +4686,7 @@
|
||||
},
|
||||
"poppler": {
|
||||
"baseline": "20.12.1",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"portable-snippets": {
|
||||
"baseline": "2019-09-20",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "39df7895fae1b7440dd7c453679f6e0d782a8a5a",
|
||||
"version-string": "20.12.1",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "a6d078aca2d1c5803ddd287701692b891856c3fd",
|
||||
"version-string": "20.12.1",
|
||||
|
Loading…
Reference in New Issue
Block a user