Skip to content

Commit

Permalink
[jasper] Revert changes to supports on freeglut (microsoft#23006)
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft authored Feb 9, 2022
1 parent 5434c95 commit 21a69a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 5 additions & 2 deletions ports/jasper/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasper",
"version": "2.0.33",
"port-version": 2,
"port-version": 3,
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
"homepage": "https://github.com/mdadams/jasper",
"dependencies": [
Expand All @@ -22,7 +22,10 @@
"opengl": {
"description": "Enable the use of the OpenGL/GLUT Library",
"dependencies": [
"freeglut",
{
"name": "freeglut",
"platform": "!osx"
},
"opengl"
]
}
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2962,7 +2962,7 @@
},
"jasper": {
"baseline": "2.0.33",
"port-version": 2
"port-version": 3
},
"jbig2dec": {
"baseline": "0.19",
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/jasper.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "caf8b5e479138be21f8a7782806e9ef5c1dcdb37",
"version": "2.0.33",
"port-version": 3
},
{
"git-tree": "59d44227795e2e5e31a0f3e327832e4013b1e255",
"version": "2.0.33",
Expand Down

0 comments on commit 21a69a0

Please sign in to comment.