clutter-gtk: fix test
This commit is contained in:
parent
f69f4c1418
commit
684562d095
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ class ClutterGtk < Formula
|
||||||
gettext = Formula["gettext"]
|
gettext = Formula["gettext"]
|
||||||
glib = Formula["glib"]
|
glib = Formula["glib"]
|
||||||
gtkx3 = Formula["gtk+3"]
|
gtkx3 = Formula["gtk+3"]
|
||||||
|
harfbuzz = Formula["harfbuzz"]
|
||||||
json_glib = Formula["json-glib"]
|
json_glib = Formula["json-glib"]
|
||||||
libepoxy = Formula["libepoxy"]
|
libepoxy = Formula["libepoxy"]
|
||||||
libpng = Formula["libpng"]
|
libpng = Formula["libpng"]
|
||||||
|
@ -69,6 +70,7 @@ class ClutterGtk < Formula
|
||||||
-I#{glib.opt_include}/glib-2.0
|
-I#{glib.opt_include}/glib-2.0
|
||||||
-I#{glib.opt_lib}/glib-2.0/include
|
-I#{glib.opt_lib}/glib-2.0/include
|
||||||
-I#{gtkx3.opt_include}/gtk-3.0
|
-I#{gtkx3.opt_include}/gtk-3.0
|
||||||
|
-I#{harfbuzz.opt_include}/harfbuzz
|
||||||
-I#{include}/clutter-gtk-1.0
|
-I#{include}/clutter-gtk-1.0
|
||||||
-I#{json_glib.opt_include}/json-glib-1.0
|
-I#{json_glib.opt_include}/json-glib-1.0
|
||||||
-I#{libepoxy.opt_include}
|
-I#{libepoxy.opt_include}
|
||||||
|
|
Loading…
Reference in a new issue