sdl2_image: add pkg-config dep
This commit is contained in:
parent
9889ee9768
commit
7ac0408c9f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ class Sdl2Image < Formula
|
|||
url 'http://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.0.tar.gz'
|
||||
sha1 '20b1b0db9dd540d6d5e40c7da8a39c6a81248865'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'sdl2'
|
||||
depends_on 'jpeg' => :recommended
|
||||
depends_on 'libpng' => :recommended
|
||||
|
|
Loading…
Reference in a new issue