Add libvorbis to the dependencies of sdl_mixer

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Michaël Larouche 2010-05-29 12:30:55 -04:00 committed by Adam Vandenberg
parent b45d93e89d
commit 60f459ee3c
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ class SdlMixer <Formula
depends_on 'flac' => :optional depends_on 'flac' => :optional
depends_on 'libmikmod' => :optional depends_on 'libmikmod' => :optional
#depends_on 'smpeg' => :optional # http://icculus.org/smpeg/ #depends_on 'smpeg' => :optional # http://icculus.org/smpeg/
depends_on 'libvorbis' => :optional
def install def install
Sdl.use_homebrew_prefix 'SDL_mixer.pc.in' Sdl.use_homebrew_prefix 'SDL_mixer.pc.in'