We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dddb7 commit 72963f0Copy full SHA for 72963f0
gtk.gpr
@@ -1,7 +1,7 @@
1
------------------------------------------------------------------------------
2
-- GtkAda - Ada95 binding for the Gimp Toolkit --
3
-- --
4
--- Copyright (C) 2015, AdaCore --
+-- Copyright (C) 2015-2022, AdaCore --
5
6
-- This library is free software; you can redistribute it and/or modify it --
7
-- under terms of the GNU General Public License as published by the Free --
@@ -32,6 +32,7 @@ abstract project Gtk is
32
"-I" & Gtk_Prefix & "/include/gdk-pixbuf-2.0",
33
"-I" & Gtk_Prefix & "/include/glib-2.0",
34
"-I" & Gtk_Prefix & "/lib/glib-2.0/include",
35
+ "-I" & Gtk_Prefix & "/include/harfbuzz",
36
"-I" & Gtk_Prefix & "/include/pango-1.0",
37
"-I" & Gtk_Prefix & "/include/pixman-1",
38
"-I" & Gtk_Prefix & "/include/libpng12");
0 commit comments