Skip to content

Commit

Permalink
fribidi: add pkg-config and glib deps
Browse files Browse the repository at this point in the history
Closes #741.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
s172262 authored and dunn committed May 17, 2016
1 parent 04fe38e commit c9ab970
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Formula/fribidi.rb
Expand Up @@ -3,6 +3,7 @@ class Fribidi < Formula
homepage "https://fribidi.org/"
url "https://fribidi.org/download/fribidi-0.19.7.tar.bz2"
sha256 "08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e"
revision 1

bottle do
cellar :any
Expand All @@ -14,10 +15,14 @@ class Fribidi < Formula

option :universal

depends_on "pkg-config" => :build
depends_on "glib"
depends_on "pcre"

def install
ENV.universal_binary if build.universal?
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
"--with-glib", "--prefix=#{prefix}"
system "make", "install"
end

Expand Down

0 comments on commit c9ab970

Please sign in to comment.