fceux: add gd dependency
This commit is contained in:
parent
db2019ceaf
commit
835ff2162d
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ class Fceux < Formula
|
||||||
homepage "http://fceux.com"
|
homepage "http://fceux.com"
|
||||||
url "https://downloads.sourceforge.net/project/fceultra/Source%20Code/2.2.3%20src/fceux-2.2.3.src.tar.gz"
|
url "https://downloads.sourceforge.net/project/fceultra/Source%20Code/2.2.3%20src/fceux-2.2.3.src.tar.gz"
|
||||||
sha256 "4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e"
|
sha256 "4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e"
|
||||||
revision 2
|
revision 3
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
@ -14,6 +14,7 @@ class Fceux < Formula
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
depends_on "scons" => :build
|
depends_on "scons" => :build
|
||||||
|
depends_on "gd"
|
||||||
depends_on "gtk+3"
|
depends_on "gtk+3"
|
||||||
depends_on "sdl"
|
depends_on "sdl"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue