aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/allegro5/portfile.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/allegro5/portfile.cmake b/ports/allegro5/portfile.cmake
index f969424d7..956632112 100644
--- a/ports/allegro5/portfile.cmake
+++ b/ports/allegro5/portfile.cmake
@@ -61,6 +61,8 @@ vcpkg_configure_cmake(
-DWANT_VIDEO=ON
-DWANT_VORBIS=ON
-DOPENAL_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}/include
+ -DOPUS_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}/include
+ -DZLIB_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}/include
OPTIONS_RELEASE -DWANT_ALLOW_SSE=ON
OPTIONS_DEBUG -DWANT_ALLOW_SSE=OFF
)