diff options
| author | Jack Nagel | 2013-11-07 00:34:12 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-11-07 00:34:12 -0600 | 
| commit | 4495dd713c32058a48c43fd80fedb41c96e3860a (patch) | |
| tree | 4d89c7d5f097515d3fe1f293284bca78266a2847 | |
| parent | 5d02ea9a34942fcabcfe70f720fe15921e1efde2 (diff) | |
| download | homebrew-4495dd713c32058a48c43fd80fedb41c96e3860a.tar.bz2 | |
sdl2_net: add pkg-config dep
| -rw-r--r-- | Library/Formula/sdl2_net.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Library/Formula/sdl2_net.rb b/Library/Formula/sdl2_net.rb index cec3956d6..e42cff7e1 100644 --- a/Library/Formula/sdl2_net.rb +++ b/Library/Formula/sdl2_net.rb @@ -5,7 +5,9 @@ class Sdl2Net < Formula    url 'http://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.0.tar.gz'    sha1 'c7cf473b3adada23171df9f92b3117052eac69fa' +  depends_on 'pkg-config' => :build    depends_on 'sdl2' +    option :universal    def install | 
