mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[jasper] freeglut is not a dependency in macOS (#9680)
* [jasper] freeglut is not a dependency in macOS Also remove freeimage:x64-osx from baseline as now compiles * ogre fails in macOS
This commit is contained in:
parent
6d8b6b1bbf
commit
2204efd414
@ -1,5 +1,5 @@
|
||||
Source: jasper
|
||||
Version: 2.0.16-2
|
||||
Version: 2.0.16-3
|
||||
Homepage: https://github.com/mdadams/jasper
|
||||
Description: Open source implementation of the JPEG-2000 Part-1 standard
|
||||
Build-Depends: libjpeg-turbo, opengl, freeglut
|
||||
Build-Depends: libjpeg-turbo, opengl, freeglut (!osx)
|
||||
|
@ -467,7 +467,6 @@ freeglut:arm64-windows=fail
|
||||
freeglut:arm-uwp=fail
|
||||
freeglut:x64-uwp=fail
|
||||
freeglut:x64-osx=fail
|
||||
freeimage:x64-osx=fail
|
||||
freerdp:arm64-windows=fail
|
||||
freerdp:arm-uwp=fail
|
||||
freerdp:x64-osx=fail
|
||||
@ -1178,6 +1177,7 @@ ogdf:x64-uwp = skip
|
||||
ogdf:x64-windows = skip
|
||||
ogdf:x64-windows-static = skip
|
||||
ogdf:x86-windows = skip
|
||||
ogre:x64-osx=fail
|
||||
# Conflicts with ogre
|
||||
ogre-next:arm64-windows = skip
|
||||
ogre-next:arm-uwp = skip
|
||||
|
Loading…
x
Reference in New Issue
Block a user