Skip to content

Commit 72963f0

Browse files
committed
V208-019 Add include directory of Harfbuzz.
Change-Id: I7745ccc2bd22102f037f307149ea3b8d58fb2aaf
1 parent f0dddb7 commit 72963f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gtk.gpr

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- GtkAda - Ada95 binding for the Gimp Toolkit --
33
-- --
4-
-- Copyright (C) 2015, AdaCore --
4+
-- Copyright (C) 2015-2022, AdaCore --
55
-- --
66
-- This library is free software; you can redistribute it and/or modify it --
77
-- under terms of the GNU General Public License as published by the Free --
@@ -32,6 +32,7 @@ abstract project Gtk is
3232
"-I" & Gtk_Prefix & "/include/gdk-pixbuf-2.0",
3333
"-I" & Gtk_Prefix & "/include/glib-2.0",
3434
"-I" & Gtk_Prefix & "/lib/glib-2.0/include",
35+
"-I" & Gtk_Prefix & "/include/harfbuzz",
3536
"-I" & Gtk_Prefix & "/include/pango-1.0",
3637
"-I" & Gtk_Prefix & "/include/pixman-1",
3738
"-I" & Gtk_Prefix & "/include/libpng12");

0 commit comments

Comments
 (0)