[util] Disable hb-fc-list for now

Until I figure out what to do about the API, and finalize
the tool.
This commit is contained in:
Behdad Esfahbod 2015-06-18 10:55:13 -07:00
parent 351f68f4e0
commit cd042fc8c4
1 changed files with 14 additions and 14 deletions

View File

@ -76,19 +76,19 @@ endif # HAVE_OT
endif # HAVE_GLIB endif # HAVE_GLIB
if HAVE_OT #if HAVE_OT
if HAVE_FONTCONFIG #if HAVE_FONTCONFIG
hb_fc_list_SOURCES = \ #hb_fc_list_SOURCES = \
hb-fc.cc \ # hb-fc.cc \
hb-fc.h \ # hb-fc.h \
hb-fc-list.c \ # hb-fc-list.c \
$(NULL) # $(NULL)
hb_fc_list_LDADD = \ #hb_fc_list_LDADD = \
$(LDADD) \ # $(LDADD) \
$(FONTCONFIG_LIBS) \ # $(FONTCONFIG_LIBS) \
$(NULL) # $(NULL)
bin_PROGRAMS += hb-fc-list #bin_PROGRAMS += hb-fc-list
endif # HAVE_FONTCONFIG #endif # HAVE_FONTCONFIG
endif # HAVE_OT #endif # HAVE_OT
-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk