[hb-view] Fix autotools build

This commit is contained in:
Behdad Esfahbod 2022-12-26 15:10:26 -07:00
parent 650a46d919
commit 120419e180
3 changed files with 2 additions and 2 deletions

View File

@ -266,6 +266,7 @@ DISTCLEANFILES += \
hb-features.h: hb-features.h.in $(top_builddir)/config.status
$(AM_V_GEN) $(SED) \
-e 's/mesondefine HB_HAS_CAIRO/$(HB_HAS_CAIRO_DEF)/' \
-e 's/mesondefine HB_HAS_FREETYPE/$(HB_HAS_FREETYPE_DEF)/' \
-e 's/mesondefine HB_HAS_GDI/$(HB_HAS_GDI_DEF)/' \
-e 's/mesondefine HB_HAS_GDI/$(HB_HAS_GDI_DEF)/' \

View File

@ -39,6 +39,7 @@ if HAVE_GLIB
if HAVE_CAIRO
hb_view_SOURCES = $(HB_VIEW_sources)
hb_view_LDADD = \
$(top_builddir)/src/libharfbuzz-cairo.la \
$(LDADD) \
$(CAIRO_LIBS) \
$(CAIRO_FT_LIBS) \

View File

@ -2,8 +2,6 @@ HB_VIEW_sources = \
ansi-print.hh \
face-options.hh \
font-options.hh \
hb-cairo-utils.h \
hb-cairo-utils.c \
hb-view.cc \
helper-cairo-ansi.hh \
helper-cairo-ft.hh \