gource: fix dependency order
This commit is contained in:
parent
c8463947c6
commit
14b2118ce4
1 changed files with 2 additions and 3 deletions
|
@ -19,10 +19,8 @@ class Gource < Formula
|
|||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
depends_on :x11 => :optional
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glm" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "boost"
|
||||
depends_on "freetype"
|
||||
depends_on "glew"
|
||||
|
@ -30,6 +28,7 @@ class Gource < Formula
|
|||
depends_on "pcre"
|
||||
depends_on "sdl2"
|
||||
depends_on "sdl2_image"
|
||||
depends_on :x11 => :optional
|
||||
|
||||
needs :cxx11
|
||||
|
||||
|
|
Loading…
Reference in a new issue