From 2804790bceb9398cc9b668ca63f5aa9ffe29beeb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 26 Jun 2019 13:38:14 -0700 Subject: [PATCH] [config] Add dependency --- src/hb-ot-shape.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 007fae8..c659f28 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -30,6 +30,10 @@ #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" -- 2.7.4