gtksourceview3: fix test
This commit is contained in:
parent
8f63e86d68
commit
c4e30391f9
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ class Gtksourceview3 < Formula
|
|||
gettext = Formula["gettext"]
|
||||
glib = Formula["glib"]
|
||||
gtkx3 = Formula["gtk+3"]
|
||||
harfbuzz = Formula["harfbuzz"]
|
||||
libepoxy = Formula["libepoxy"]
|
||||
libpng = Formula["libpng"]
|
||||
pango = Formula["pango"]
|
||||
|
@ -63,6 +64,7 @@ class Gtksourceview3 < Formula
|
|||
-I#{glib.opt_include}/glib-2.0
|
||||
-I#{glib.opt_lib}/glib-2.0/include
|
||||
-I#{gtkx3.opt_include}/gtk-3.0
|
||||
-I#{harfbuzz.opt_include}/harfbuzz
|
||||
-I#{include}/gtksourceview-3.0
|
||||
-I#{libepoxy.opt_include}
|
||||
-I#{libpng.opt_include}/libpng16
|
||||
|
|
Loading…
Reference in a new issue