From 7a732c9d20577f88e209decd1f6bd4132f2e215b Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Sat, 15 Jul 2017 00:08:54 -0400 Subject: Remove some dependencies that we don't yet have on vcpkg --- ports/allegro5/portfile.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/allegro5/portfile.cmake b/ports/allegro5/portfile.cmake index 7481f7f3c..f969424d7 100644 --- a/ports/allegro5/portfile.cmake +++ b/ports/allegro5/portfile.cmake @@ -48,6 +48,7 @@ vcpkg_configure_cmake( -DWANT_OGG_VIDEO=ON -DWANT_OPENAL=ON -DWANT_OPENGL=ON + -DWANT_OPENSL=OFF # Not yet available on vcpkg -DWANT_OPUS=ON -DWANT_PHYSFS=ON -DWANT_POPUP_EXAMPLES=OFF @@ -55,7 +56,7 @@ vcpkg_configure_cmake( -DWANT_RELEASE_LOGGING=OFF -DWANT_SHADERS_D3D=ON -DWANT_SHADERS_GL=ON - -DWANT_TREMOR=ON + -DWANT_TREMOR=OFF # Not yet available on vcpkg -DWANT_TTF=ON -DWANT_VIDEO=ON -DWANT_VORBIS=ON -- cgit v1.2.3