aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-07 00:34:13 -0600
committerJack Nagel2013-11-07 00:34:13 -0600
commitc32bee69c9751c9c0abca09d328a13125c571bb6 (patch)
tree0cd9d904f51d3c4a33524aea3f652230c9e050bc /Library/Formula
parent4495dd713c32058a48c43fd80fedb41c96e3860a (diff)
downloadhomebrew-c32bee69c9751c9c0abca09d328a13125c571bb6.tar.bz2
sdl2_ttf: add pkg-config dep
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sdl2_ttf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/sdl2_ttf.rb b/Library/Formula/sdl2_ttf.rb
index b0db19111..0fb3205c6 100644
--- a/Library/Formula/sdl2_ttf.rb
+++ b/Library/Formula/sdl2_ttf.rb
@@ -5,8 +5,10 @@ class Sdl2Ttf < Formula
url 'http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.12.tar.gz'
sha1 '542865c604fe92d2f26000428ef733381caa0e8e'
+ depends_on 'pkg-config' => :build
depends_on 'sdl2'
depends_on 'freetype'
+
option :universal
def install