From: Behdad Esfahbod Date: Wed, 26 Jun 2019 20:38:14 +0000 (-0700) Subject: [config] Add dependency X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2804790bceb9398cc9b668ca63f5aa9ffe29beeb;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [config] Add dependency --- 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"