* src/ftfont.c (ftfont_get_hb_font): Only define if
HAVE_LIBOTF is defined. (Bug#33771)
ftfont_info->otf = otf;
return otf;
}
-#endif /* HAVE_LIBOTF */
-#ifdef HAVE_HARFBUZZ
+# ifdef HAVE_HARFBUZZ
static hb_font_t *
ftfont_get_hb_font (struct ftfont_info *ftfont_info)
return ftfont_info->hb_font;
}
-#endif /* HAVE_HARFBUZZ */
+# endif /* HAVE_HARFBUZZ */
+#endif /* HAVE_LIBOTF */
Lisp_Object
ftfont_get_cache (struct frame *f)