fceux: add x11 dependency
Closes Homebrew/homebrew#14663. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
dd9e3a4114
commit
12ad8b7a88
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue