aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/smpeg.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-08 12:26:53 -0700
committerAdam Vandenberg2012-09-08 12:26:53 -0700
commit2ea1a0eadea1ef9e624902430716e224ec71dcd5 (patch)
tree7e82d0bb96189088e9e1f17128f1e3fe7eee95d3 /Library/Formula/smpeg.rb
parent3256449246c075e055a8d8f8f3291c05a0ffd14e (diff)
downloadhomebrew-2ea1a0eadea1ef9e624902430716e224ec71dcd5.tar.bz2
smpeg: depends on gtk
Closes #14805
Diffstat (limited to 'Library/Formula/smpeg.rb')
-rw-r--r--Library/Formula/smpeg.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/smpeg.rb b/Library/Formula/smpeg.rb
index 0ee6d11e4..c32b617ca 100644
--- a/Library/Formula/smpeg.rb
+++ b/Library/Formula/smpeg.rb
@@ -9,6 +9,7 @@ class Smpeg < Formula
depends_on 'pkg-config' => :build
depends_on 'sdl'
+ depends_on 'gtk'
def install
system "./autogen.sh"