diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fceux.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/fceux.rb b/Library/Formula/fceux.rb index 4fe866a87..fbd47f57f 100644 --- a/Library/Formula/fceux.rb +++ b/Library/Formula/fceux.rb @@ -11,6 +11,7 @@ class Fceux < Formula depends_on 'sdl' depends_on 'libzip' depends_on 'gtk+' unless build.include? "no-gtk" + depends_on :x11 # fixes compilation errors on osx; upstream in 2.1.6 def patches; DATA; end |
