commit | bb4bbe617d3878ca7e5e359ada493c68ec7f0a90 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Jun 26 13:29:58 2019 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Jun 26 13:29:58 2019 -0700 |
tree | a4e4166ae9c36d0968537449e9d401319537be17 | |
parent | ab40a2feecf53d2ef787b7785132bf57e5bdcff9 [diff] [blame] |
[config] Add HB_NO_OT_LAYOUT Part of https://github.com/harfbuzz/harfbuzz/issues/1652
diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 10b9ba0..846c2b0 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc
@@ -28,6 +28,10 @@ * Google Author(s): Behdad Esfahbod */ +#include "hb.hh" + +#ifndef HB_NO_OT_LAYOUT + #include "hb-open-type.hh" #include "hb-ot-layout.hh" #include "hb-ot-face.hh" @@ -2000,3 +2004,6 @@ hb_position_t *coord /* OUT. May be NULL. */); #endif + + +#endif