From cd042fc8c4a3984c3647cd22a27c34f00636f6e8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 18 Jun 2015 10:55:13 -0700 Subject: [PATCH] [util] Disable hb-fc-list for now Until I figure out what to do about the API, and finalize the tool. --- util/Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/util/Makefile.am b/util/Makefile.am index c179d7b..a676e04 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -76,19 +76,19 @@ endif # HAVE_OT endif # HAVE_GLIB -if HAVE_OT -if HAVE_FONTCONFIG -hb_fc_list_SOURCES = \ - hb-fc.cc \ - hb-fc.h \ - hb-fc-list.c \ - $(NULL) -hb_fc_list_LDADD = \ - $(LDADD) \ - $(FONTCONFIG_LIBS) \ - $(NULL) -bin_PROGRAMS += hb-fc-list -endif # HAVE_FONTCONFIG -endif # HAVE_OT +#if HAVE_OT +#if HAVE_FONTCONFIG +#hb_fc_list_SOURCES = \ +# hb-fc.cc \ +# hb-fc.h \ +# hb-fc-list.c \ +# $(NULL) +#hb_fc_list_LDADD = \ +# $(LDADD) \ +# $(FONTCONFIG_LIBS) \ +# $(NULL) +#bin_PROGRAMS += hb-fc-list +#endif # HAVE_FONTCONFIG +#endif # HAVE_OT -include $(top_srcdir)/git.mk -- 2.7.4