From db1cf01b36808c76e789d0c7fdab67567bcf5e27 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Sat, 15 Jul 2017 00:39:27 -0400 Subject: Remove modaudio for now - modaudio support relies on DUMB, which is not available on vcpkg right now --- ports/allegro5/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/allegro5/portfile.cmake b/ports/allegro5/portfile.cmake index 956632112..59464e652 100644 --- a/ports/allegro5/portfile.cmake +++ b/ports/allegro5/portfile.cmake @@ -42,7 +42,7 @@ vcpkg_configure_cmake( -DWANT_IMAGE_JPG=ON -DWANT_IMAGE_PNG=ON -DWANT_MEMFILE=ON - -DWANT_MODAUDIO=ON + -DWANT_MODAUDIO=OFF # Not available on vcpkg right now -DWANT_NATIVE_DIALOG=ON -DWANT_NATIVE_IMAGE_LOADER=ON -DWANT_OGG_VIDEO=ON -- cgit v1.2.3