Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Cairo: point to pixman explicitly
Browse files Browse the repository at this point in the history
Closes #13172.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
MylesBorins authored and adamv committed Jul 3, 2012
1 parent 1a81ec6 commit fd627a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/Formula/cairo.rb
Expand Up @@ -23,6 +23,10 @@ def patches; DATA; end
def install
ENV.universal_binary if ARGV.build_universal?

pixman = Formula.factory('pixman')
ENV['pixman_CFLAGS'] = "-I#{pixman.include}/pixman-1"
ENV['pixman_LIBS'] = "-L#{pixman.lib} -lpixman-1"

args = %W[
--disable-dependency-tracking
--prefix=#{prefix}
Expand Down

0 comments on commit fd627a8

Please sign in to comment.