mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 11:03:02 +08:00
[magnum] fixes installing all dependecies by default (#11225)
This commit is contained in:
parent
02f6b89775
commit
6b19f55def
@ -1,6 +1,6 @@
|
|||||||
Source: magnum
|
Source: magnum
|
||||||
Version: 2020.06
|
Version: 2020.06
|
||||||
Port-Version: 1
|
Port-Version: 2
|
||||||
Build-Depends: corrade[utility]
|
Build-Depends: corrade[utility]
|
||||||
Description: C++11/C++14 graphics middleware for games and data visualization
|
Description: C++11/C++14 graphics middleware for games and data visualization
|
||||||
Homepage: https://magnum.graphics/
|
Homepage: https://magnum.graphics/
|
||||||
@ -8,27 +8,27 @@ Default-Features: anyaudioimporter, anyimageimporter, anyimageconverter, anyscen
|
|||||||
|
|
||||||
Feature: al-info
|
Feature: al-info
|
||||||
Description: magnum-al-info utility
|
Description: magnum-al-info utility
|
||||||
Build-Depends: magnum[audio]
|
Build-Depends: magnum[core,audio]
|
||||||
|
|
||||||
Feature: anyimageimporter
|
Feature: anyimageimporter
|
||||||
Description: AnyImageImporter plugin
|
Description: AnyImageImporter plugin
|
||||||
Build-Depends: magnum[trade]
|
Build-Depends: magnum[core,trade]
|
||||||
|
|
||||||
Feature: anyaudioimporter
|
Feature: anyaudioimporter
|
||||||
Description: AnyAudioImporter plugin
|
Description: AnyAudioImporter plugin
|
||||||
Build-Depends: magnum[audio], corrade[pluginmanager]
|
Build-Depends: magnum[core,audio], corrade[pluginmanager]
|
||||||
|
|
||||||
Feature: anyimageconverter
|
Feature: anyimageconverter
|
||||||
Description: AnyImageConverter plugin
|
Description: AnyImageConverter plugin
|
||||||
Build-Depends: magnum[trade]
|
Build-Depends: magnum[core,trade]
|
||||||
|
|
||||||
Feature: anysceneconverter
|
Feature: anysceneconverter
|
||||||
Description: AnySceneConverter plugin
|
Description: AnySceneConverter plugin
|
||||||
Build-Depends: magnum[trade]
|
Build-Depends: magnum[core,trade]
|
||||||
|
|
||||||
Feature: anysceneimporter
|
Feature: anysceneimporter
|
||||||
Description: AnySceneImporter plugin
|
Description: AnySceneImporter plugin
|
||||||
Build-Depends: magnum[trade]
|
Build-Depends: magnum[core,trade]
|
||||||
|
|
||||||
Feature: audio
|
Feature: audio
|
||||||
Description: Audio library
|
Description: Audio library
|
||||||
@ -39,18 +39,18 @@ Description: DebugTools library
|
|||||||
|
|
||||||
Feature: distancefieldconverter
|
Feature: distancefieldconverter
|
||||||
Description: magnum-distancefieldconverter utility
|
Description: magnum-distancefieldconverter utility
|
||||||
Build-Depends: magnum[texturetools], magnum[gl]
|
Build-Depends: magnum[core,texturetools], magnum[core,gl]
|
||||||
|
|
||||||
Feature: fontconverter
|
Feature: fontconverter
|
||||||
Description: magnum-fontconverter utility
|
Description: magnum-fontconverter utility
|
||||||
Build-Depends: magnum[text], magnum[gl]
|
Build-Depends: magnum[core,text], magnum[core,gl]
|
||||||
|
|
||||||
Feature: gl
|
Feature: gl
|
||||||
Description: GL library
|
Description: GL library
|
||||||
|
|
||||||
Feature: gl-info
|
Feature: gl-info
|
||||||
Description: gl-info utility
|
Description: gl-info utility
|
||||||
Build-Depends: magnum[gl]
|
Build-Depends: magnum[core,gl]
|
||||||
|
|
||||||
Feature: glfwapplication
|
Feature: glfwapplication
|
||||||
Description: GlfwApplication library
|
Description: GlfwApplication library
|
||||||
@ -58,35 +58,35 @@ Build-Depends: glfw3
|
|||||||
|
|
||||||
Feature: imageconverter
|
Feature: imageconverter
|
||||||
Description: magnum-imageconverter utility
|
Description: magnum-imageconverter utility
|
||||||
Build-Depends: magnum[trade]
|
Build-Depends: magnum[core,trade]
|
||||||
|
|
||||||
Feature: magnumfont
|
Feature: magnumfont
|
||||||
Description: MagnumFont plugin
|
Description: MagnumFont plugin
|
||||||
Build-Depends: magnum[text]
|
Build-Depends: magnum[core,text]
|
||||||
|
|
||||||
Feature: magnumfontconverter
|
Feature: magnumfontconverter
|
||||||
Description: MagnumFontConverter plugin
|
Description: MagnumFontConverter plugin
|
||||||
Build-Depends: magnum[text], magnum[tgaimageconverter]
|
Build-Depends: magnum[core,text], magnum[core,tgaimageconverter]
|
||||||
|
|
||||||
Feature: meshtools
|
Feature: meshtools
|
||||||
Description: MeshTools library
|
Description: MeshTools library
|
||||||
Build-Depends: magnum[trade]
|
Build-Depends: magnum[core,trade]
|
||||||
|
|
||||||
Feature: objimporter
|
Feature: objimporter
|
||||||
Description: ObjImporter plugin
|
Description: ObjImporter plugin
|
||||||
Build-Depends: magnum[trade]
|
Build-Depends: magnum[core,trade]
|
||||||
|
|
||||||
Feature: tgaimageconverter
|
Feature: tgaimageconverter
|
||||||
Description: TgaImageConverter plugin
|
Description: TgaImageConverter plugin
|
||||||
Build-Depends: magnum[trade]
|
Build-Depends: magnum[core,trade]
|
||||||
|
|
||||||
Feature: opengltester
|
Feature: opengltester
|
||||||
Description: OpenGLTester library
|
Description: OpenGLTester library
|
||||||
Build-Depends: corrade[testsuite], magnum[gl]
|
Build-Depends: corrade[testsuite], magnum[core,gl]
|
||||||
|
|
||||||
Feature: primitives
|
Feature: primitives
|
||||||
Description: Primitives library
|
Description: Primitives library
|
||||||
Build-Depends: magnum[trade]
|
Build-Depends: magnum[core,trade]
|
||||||
|
|
||||||
Feature: sdl2application
|
Feature: sdl2application
|
||||||
Description: Sdl2Application library
|
Description: Sdl2Application library
|
||||||
@ -97,22 +97,22 @@ Description: SceneGraph library
|
|||||||
|
|
||||||
Feature: sceneconverter
|
Feature: sceneconverter
|
||||||
Description: magnum-sceneconverter utility
|
Description: magnum-sceneconverter utility
|
||||||
Build-Depends: magnum[anysceneconverter]
|
Build-Depends: magnum[core,anysceneconverter]
|
||||||
|
|
||||||
Feature: shaders
|
Feature: shaders
|
||||||
Description: Shaders library
|
Description: Shaders library
|
||||||
Build-Depends: magnum[gl]
|
Build-Depends: magnum[core,gl]
|
||||||
|
|
||||||
Feature: text
|
Feature: text
|
||||||
Description: Text library
|
Description: Text library
|
||||||
Build-Depends: magnum[texturetools], magnum[gl], corrade[pluginmanager]
|
Build-Depends: magnum[core,texturetools], magnum[core,gl], corrade[pluginmanager]
|
||||||
|
|
||||||
Feature: texturetools
|
Feature: texturetools
|
||||||
Description: TextureTools library
|
Description: TextureTools library
|
||||||
|
|
||||||
Feature: tgaimporter
|
Feature: tgaimporter
|
||||||
Description: TgaImporter plugin
|
Description: TgaImporter plugin
|
||||||
Build-Depends: magnum[trade]
|
Build-Depends: magnum[core,trade]
|
||||||
|
|
||||||
Feature: trade
|
Feature: trade
|
||||||
Description: Trade library
|
Description: Trade library
|
||||||
@ -120,36 +120,36 @@ Build-Depends: corrade[pluginmanager]
|
|||||||
|
|
||||||
Feature: wavaudioimporter
|
Feature: wavaudioimporter
|
||||||
Description: WavAudioImporter plugin
|
Description: WavAudioImporter plugin
|
||||||
Build-Depends: magnum[audio]
|
Build-Depends: magnum[core,audio]
|
||||||
|
|
||||||
Feature: windowlesscglapplication
|
Feature: windowlesscglapplication
|
||||||
Description: WindowlessCglApplication library
|
Description: WindowlessCglApplication library
|
||||||
Build-Depends: magnum[gl]
|
Build-Depends: magnum[core,gl]
|
||||||
|
|
||||||
Feature: cglcontext
|
Feature: cglcontext
|
||||||
Description: CglContext library
|
Description: CglContext library
|
||||||
Build-Depends: magnum[gl]
|
Build-Depends: magnum[core,gl]
|
||||||
|
|
||||||
Feature: windowlesswglapplication
|
Feature: windowlesswglapplication
|
||||||
Description: WindowlessWglApplication library
|
Description: WindowlessWglApplication library
|
||||||
Build-Depends: magnum[gl]
|
Build-Depends: magnum[core,gl]
|
||||||
|
|
||||||
Feature: wglcontext
|
Feature: wglcontext
|
||||||
Description: WglContext library
|
Description: WglContext library
|
||||||
Build-Depends: magnum[gl]
|
Build-Depends: magnum[core,gl]
|
||||||
|
|
||||||
Feature: windowlesseglapplication
|
Feature: windowlesseglapplication
|
||||||
Description: WindowlessEglApplication library
|
Description: WindowlessEglApplication library
|
||||||
Build-Depends: magnum[gl]
|
Build-Depends: magnum[core,gl]
|
||||||
|
|
||||||
Feature: eglcontext
|
Feature: eglcontext
|
||||||
Description: EglContext library
|
Description: EglContext library
|
||||||
Build-Depends: magnum[gl]
|
Build-Depends: magnum[core,gl]
|
||||||
|
|
||||||
Feature: windowlessglxapplication
|
Feature: windowlessglxapplication
|
||||||
Description: WindowlessGlxApplication library
|
Description: WindowlessGlxApplication library
|
||||||
Build-Depends: magnum[gl]
|
Build-Depends: magnum[core,gl]
|
||||||
|
|
||||||
Feature: glxcontext
|
Feature: glxcontext
|
||||||
Description: GlxContext library
|
Description: GlxContext library
|
||||||
Build-Depends: magnum[gl]
|
Build-Depends: magnum[core,gl]
|
||||||
|
Loading…
Reference in New Issue
Block a user