diff options
| author | Jesse Talavera-Greenberg <jessetalavera@aol.com> | 2017-07-15 01:07:22 -0400 |
|---|---|---|
| committer | Jesse Talavera-Greenberg <jessetalavera@aol.com> | 2017-07-15 01:07:22 -0400 |
| commit | 8b802d3ffaeb1f173d081be20209fb4863944da7 (patch) | |
| tree | acf574605b797895144db9bf780fe076de547ca9 | |
| parent | 2da5aac5edb625d958854fec664b60f0be7c34b5 (diff) | |
| download | vcpkg-8b802d3ffaeb1f173d081be20209fb4863944da7.tar.gz vcpkg-8b802d3ffaeb1f173d081be20209fb4863944da7.zip | |
opusfile isn't available on vcpkg, let's not include it
| -rw-r--r-- | ports/allegro5/CONTROL | 2 | ||||
| -rw-r--r-- | ports/allegro5/portfile.cmake | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ports/allegro5/CONTROL b/ports/allegro5/CONTROL index becfe1966..2d3003935 100644 --- a/ports/allegro5/CONTROL +++ b/ports/allegro5/CONTROL @@ -1,4 +1,4 @@ Source: allegro5 Version: 5.2.1.0 Description: Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. However, Allegro is not a game engine: you are free to design and structure your program as you like. -Build-Depends: opengl, zlib, freetype, libogg, libvorbis, opus, libflac, openal-soft, libpng, bzip2, physfs, libtheora
\ No newline at end of file +Build-Depends: opengl, zlib, freetype, libogg, libvorbis, libflac, openal-soft, libpng, bzip2, physfs, libtheora
\ No newline at end of file diff --git a/ports/allegro5/portfile.cmake b/ports/allegro5/portfile.cmake index 85fece836..83ab6e5d9 100644 --- a/ports/allegro5/portfile.cmake +++ b/ports/allegro5/portfile.cmake @@ -49,7 +49,7 @@ vcpkg_configure_cmake( -DWANT_OPENAL=ON -DWANT_OPENGL=ON -DWANT_OPENSL=OFF # Not yet available on vcpkg - -DWANT_OPUS=ON + -DWANT_OPUS=OFF # opus is available on vcpkg, but opusfile isn't -DWANT_PHYSFS=ON -DWANT_POPUP_EXAMPLES=OFF -DWANT_PRIMITIVES=ON @@ -61,7 +61,6 @@ vcpkg_configure_cmake( -DWANT_VIDEO=ON -DWANT_VORBIS=ON -DOPENAL_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}/include/AL - -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 |
