commit | 7aad53657eb23264f658711a71da3e50f2264455 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Jun 26 13:21:03 2019 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Jun 26 13:21:03 2019 -0700 |
tree | 4db9af44eca30d9f0f34ef1c0d23d21b79d5a2ea | |
parent | cee9f6e044278b590694f4dff6f22eaad9371385 [diff] [blame] |
[config] Add HB_NO_OT_SHAPE / HB_NO_OT Part of https://github.com/harfbuzz/harfbuzz/issues/1652
diff --git a/src/hb-ot-shape-complex-use-table.cc b/src/hb-ot-shape-complex-use-table.cc index 0247469..4c5d687 100644 --- a/src/hb-ot-shape-complex-use-table.cc +++ b/src/hb-ot-shape-complex-use-table.cc
@@ -15,6 +15,10 @@ * UnicodeData.txt does not have a header. */ +#include "hb.hh" + +#ifndef HB_NO_OT_SHAPE + #include "hb-ot-shape-complex-use.hh" #pragma GCC diagnostic push @@ -851,4 +855,6 @@ #undef VMPst #undef VMAbv + +#endif /* == End of generated table == */