File tree Expand file tree Collapse file tree 4 files changed +9
-29
lines changed Expand file tree Collapse file tree 4 files changed +9
-29
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ endif()
16
16
17
17
string (COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE} " "dynamic" JAS_ENABLE_SHARED )
18
18
19
- vcpkg_check_features (OUT_FEATURE_OPTIONS FEATURE_OPTIONS
20
- FEATURES
21
- opengl JAS_ENABLE_OPENGL
22
- )
23
-
24
19
vcpkg_cmake_configure (
25
20
SOURCE_PATH "${SOURCE_PATH} "
26
21
OPTIONS
@@ -29,6 +24,7 @@ vcpkg_cmake_configure(
29
24
-DJAS_ENABLE_LIBJPEG=ON
30
25
-DJAS_ENABLE_DOC=OFF
31
26
-DJAS_ENABLE_LATEX=OFF
27
+ -DJAS_ENABLE_OPENGL=OFF # only used by programs, which are turned off
32
28
-DJAS_ENABLE_PROGRAMS=OFF
33
29
-DJAS_ENABLE_SHARED=${JAS_ENABLE_SHARED}
34
30
OPTIONS_DEBUG
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jasper" ,
3
3
"version" : " 4.2.4" ,
4
- "port-version" : 1 ,
4
+ "port-version" : 2 ,
5
5
"description" : " Open source implementation of the JPEG-2000 Part-1 standard" ,
6
6
"homepage" : " https://github.com/jasper-software/jasper" ,
7
7
"license" : null ,
15
15
"name" : " vcpkg-cmake-config" ,
16
16
"host" : true
17
17
}
18
- ],
19
- "default-features" : [
20
- {
21
- "name" : " opengl" ,
22
- "platform" : " !(windows & arm) & !uwp & !ios"
23
- }
24
- ],
25
- "features" : {
26
- "opengl" : {
27
- "description" : " Enable the use of the OpenGL/GLUT Library" ,
28
- "dependencies" : [
29
- {
30
- "name" : " freeglut" ,
31
- "platform" : " !osx & !(windows & arm) & !uwp"
32
- },
33
- {
34
- "name" : " opengl" ,
35
- "platform" : " !(windows & arm) & !uwp"
36
- }
37
- ]
38
- }
39
- }
18
+ ]
40
19
}
Original file line number Diff line number Diff line change 3850
3850
},
3851
3851
"jasper" : {
3852
3852
"baseline" : " 4.2.4" ,
3853
- "port-version" : 1
3853
+ "port-version" : 2
3854
3854
},
3855
3855
"jbig2dec" : {
3856
3856
"baseline" : " 0.20" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " cf0e87a04297d4721c69efc07e8a1d5930bb8458" ,
5
+ "version" : " 4.2.4" ,
6
+ "port-version" : 2
7
+ },
3
8
{
4
9
"git-tree" : " 37fe79b367720f8ae648cb3fd2e9a67be323dd70" ,
5
10
"version" : " 4.2.4" ,
You can’t perform that action at this time.
0 commit comments