[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
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