fceux: add x11 dependency

Closes Homebrew/homebrew#14663.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Lukas Sabota 2012-09-03 08:31:35 -03:00 committed by Adam Vandenberg
parent dd9e3a4114
commit 12ad8b7a88

View file

@ -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