libgweather: fix test
This commit is contained in:
parent
eaf1a12d41
commit
ea02629174
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ class Libgweather < Formula
|
|||
gettext = Formula["gettext"]
|
||||
glib = Formula["glib"]
|
||||
gtkx3 = Formula["gtk+3"]
|
||||
harfbuzz = Formula["harfbuzz"]
|
||||
libepoxy = Formula["libepoxy"]
|
||||
libpng = Formula["libpng"]
|
||||
libsoup = Formula["libsoup"]
|
||||
|
@ -67,6 +68,7 @@ class Libgweather < 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}/libgweather-3.0
|
||||
-I#{libepoxy.opt_include}
|
||||
-I#{libpng.opt_include}/libpng16
|
||||
|
|
Loading…
Reference in a new issue