gtksourceview4: fix test
This commit is contained in:
parent
c4e30391f9
commit
a5738be37c
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ class Gtksourceview4 < Formula
|
|||
gettext = Formula["gettext"]
|
||||
glib = Formula["glib"]
|
||||
gtkx3 = Formula["gtk+3"]
|
||||
harfbuzz = Formula["harfbuzz"]
|
||||
libepoxy = Formula["libepoxy"]
|
||||
libpng = Formula["libpng"]
|
||||
pango = Formula["pango"]
|
||||
|
@ -59,6 +60,7 @@ class Gtksourceview4 < 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-4
|
||||
-I#{libepoxy.opt_include}
|
||||
-I#{libpng.opt_include}/libpng16
|
||||
|
|
Loading…
Reference in a new issue