Disable Graphite as it crashes all over the place...
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 27 May 2010 15:39:19 +0000 (11:39 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 27 May 2010 15:39:19 +0000 (11:39 -0400)
src/hb-shape.cc

index af93fc9..45bdc91 100644 (file)
@@ -44,7 +44,7 @@ hb_shape (hb_font_t    *font,
          hb_feature_t *features,
          unsigned int  num_features)
 {
-#ifdef HAVE_GRAPHITE
+#if 0 && defined(HAVE_GRAPHITE)
   hb_blob_t *silf_blob;
   silf_blob = hb_face_get_table (face, HB_GRAPHITE_TAG_Silf);
   if (hb_blob_get_length(silf_blob))