mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[jasper] control optional libheif depedency (#30087)
* [jasper] remove optional libheif lookup * v db * fix feature var * v db
This commit is contained in:
parent
c8047075aa
commit
f68746b24d
@ -23,8 +23,9 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
${FEATURE_OPTIONS}
|
||||
-DJAS_ENABLE_LIBHEIF=OFF # found via find_library instead of find_package
|
||||
-DJAS_ENABLE_LIBJPEG=ON
|
||||
-DJAS_ENABLE_OPENGL=${JAS_ENABLE_OPENGL}
|
||||
-DJAS_ENABLE_DOC=OFF
|
||||
-DJAS_ENABLE_LATEX=OFF
|
||||
-DJAS_ENABLE_PROGRAMS=OFF
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "jasper",
|
||||
"version": "4.0.0",
|
||||
"port-version": 1,
|
||||
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
|
||||
"homepage": "https://github.com/jasper-software/jasper",
|
||||
"license": null,
|
||||
|
@ -3326,7 +3326,7 @@
|
||||
},
|
||||
"jasper": {
|
||||
"baseline": "4.0.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"jbig2dec": {
|
||||
"baseline": "0.19",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1da5fa9a12bf207bf641f903856418e3aed7258d",
|
||||
"version": "4.0.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "93774ef7923c7c1c73c30011afe0105530e71545",
|
||||
"version": "4.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user