sfml 2.3: make openal-soft optional
Closes Homebrew/homebrew#43487. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
e7f708b71e
commit
123138945c
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ class Sfml < Formula
|
|||
homepage "http://www.sfml-dev.org/"
|
||||
url "http://www.sfml-dev.org/files/SFML-2.3-sources.zip"
|
||||
sha256 "a1dc8b00958000628c5394bc8438ba1aa5971fbeeef91a2cf3fa3fff443de7c1"
|
||||
revision 1
|
||||
|
||||
head "https://github.com/SFML/SFML.git"
|
||||
|
||||
|
@ -22,7 +23,7 @@ class Sfml < Formula
|
|||
depends_on "jpeg"
|
||||
depends_on "libogg"
|
||||
depends_on "libvorbis"
|
||||
depends_on "openal-soft"
|
||||
depends_on "openal-soft" => :optional
|
||||
|
||||
# https://github.com/Homebrew/homebrew/issues/40301
|
||||
depends_on :macos => :lion
|
||||
|
|
Loading…
Reference in a new issue