[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:
parent
351f68f4e0
commit
cd042fc8c4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue