[pango] Fix harfbuzz includes



commit d0a3b2cabbe448cfa4b98b9dfba9ff8ccc696b82
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jul 28 11:06:08 2019 -0400

    Fix harfbuzz includes
    
    Until we move harfbuzz from Requires.private to Requires,
    public headers should include harfbuzz/hb.h.

 pango/pango-font.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pango-font.h b/pango/pango-font.h
index 13730fa5..41d9dff5 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -26,7 +26,7 @@
 #include <pango/pango-types.h>
 
 #include <glib-object.h>
-#include <hb.h>
+#include <harfbuzz/hb.h>
 
 G_BEGIN_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]