mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 00:32:59 +00:00
[aat] Fix include issues
This commit is contained in:
parent
b206133d1f
commit
44b9331f66
2 changed files with 4 additions and 0 deletions
|
@ -424,6 +424,8 @@ HarfBuzz_0_0_gir_CFLAGS = \
|
|||
-DHB_H_IN \
|
||||
-DHB_OT_H \
|
||||
-DHB_OT_H_IN \
|
||||
-DHB_AAT_H \
|
||||
-DHB_AAT_H_IN \
|
||||
-DHB_GOBJECT_H \
|
||||
-DHB_GOBJECT_H_IN \
|
||||
-DHB_EXTERN= \
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
#define HB_AAT_H
|
||||
#define HB_AAT_H_IN
|
||||
|
||||
#include "hb.h"
|
||||
|
||||
#include "hb-aat-layout.h"
|
||||
|
||||
HB_BEGIN_DECLS
|
||||
|
|
Loading…
Add table
Reference in a new issue