Imported Upstream version 2.6.4
[platform/upstream/harfbuzz.git] / src / hb-glib.cc
index 5763754..db02b67 100644 (file)
@@ -28,6 +28,8 @@
 
 #include "hb.hh"
 
+#ifdef HAVE_GLIB
+
 #include "hb-glib.h"
 
 #include "hb-machinery.hh"
@@ -404,3 +406,6 @@ hb_glib_blob_create (GBytes *gbytes)
                         _hb_g_bytes_unref);
 }
 #endif
+
+
+#endif