glyr: fix dependency order
This commit is contained in:
parent
2a8484085c
commit
cc0750ce27
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ class Glyr < Formula
|
|||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glib"
|
||||
depends_on "gettext"
|
||||
depends_on "glib"
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue