gtk-mac-integration: fix test
This commit is contained in:
parent
cf166b4d51
commit
9a3975ddb0
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@ class GtkMacIntegration < Formula
|
|||
gettext = Formula["gettext"]
|
||||
glib = Formula["glib"]
|
||||
gtkx = Formula["gtk+"]
|
||||
harfbuzz = Formula["harfbuzz"]
|
||||
libpng = Formula["libpng"]
|
||||
pango = Formula["pango"]
|
||||
pixman = Formula["pixman"]
|
||||
|
@ -77,6 +78,7 @@ class GtkMacIntegration < Formula
|
|||
-I#{glib.opt_lib}/glib-2.0/include
|
||||
-I#{gtkx.opt_include}/gtk-2.0
|
||||
-I#{gtkx.opt_lib}/gtk-2.0/include
|
||||
-I#{harfbuzz.opt_include}/harfbuzz
|
||||
-I#{include}/gtkmacintegration
|
||||
-I#{libpng.opt_include}/libpng16
|
||||
-I#{pango.opt_include}/pango-1.0
|
||||
|
|
Loading…
Reference in a new issue