[config] Add dependency
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 26 Jun 2019 20:38:14 +0000 (13:38 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 26 Jun 2019 20:38:14 +0000 (13:38 -0700)
src/hb-ot-shape.cc

index 007fae8..c659f28 100644 (file)
 
 #ifndef HB_NO_OT_SHAPE
 
+#ifdef HB_NO_OT_LAYOUT
+#error "Cannot compile 'ot' shaper with HB_NO_OT_LAYOUT."
+#endif
+
 #include "hb-shaper-impl.hh"
 
 #include "hb-ot-shape.hh"