graphite2: fix component order
This commit is contained in:
parent
ab69d1518a
commit
b766c5d886
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@ class Graphite2 < Formula
|
|||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
needs :cxx11
|
||||
|
||||
resource "testfont" do
|
||||
url "https://scripts.sil.org/pub/woff/fonts/Simple-Graphite-Font.ttf"
|
||||
sha256 "7e573896bbb40088b3a8490f83d6828fb0fd0920ac4ccdfdd7edb804e852186a"
|
||||
end
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
system "cmake", *std_cmake_args
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue