[hb-view] Fix autotools build
This commit is contained in:
parent
650a46d919
commit
120419e180
|
@ -266,6 +266,7 @@ DISTCLEANFILES += \
|
||||||
|
|
||||||
hb-features.h: hb-features.h.in $(top_builddir)/config.status
|
hb-features.h: hb-features.h.in $(top_builddir)/config.status
|
||||||
$(AM_V_GEN) $(SED) \
|
$(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_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)/' \
|
||||||
-e 's/mesondefine HB_HAS_GDI/$(HB_HAS_GDI_DEF)/' \
|
-e 's/mesondefine HB_HAS_GDI/$(HB_HAS_GDI_DEF)/' \
|
||||||
|
|
|
@ -39,6 +39,7 @@ if HAVE_GLIB
|
||||||
if HAVE_CAIRO
|
if HAVE_CAIRO
|
||||||
hb_view_SOURCES = $(HB_VIEW_sources)
|
hb_view_SOURCES = $(HB_VIEW_sources)
|
||||||
hb_view_LDADD = \
|
hb_view_LDADD = \
|
||||||
|
$(top_builddir)/src/libharfbuzz-cairo.la \
|
||||||
$(LDADD) \
|
$(LDADD) \
|
||||||
$(CAIRO_LIBS) \
|
$(CAIRO_LIBS) \
|
||||||
$(CAIRO_FT_LIBS) \
|
$(CAIRO_FT_LIBS) \
|
||||||
|
|
|
@ -2,8 +2,6 @@ HB_VIEW_sources = \
|
||||||
ansi-print.hh \
|
ansi-print.hh \
|
||||||
face-options.hh \
|
face-options.hh \
|
||||||
font-options.hh \
|
font-options.hh \
|
||||||
hb-cairo-utils.h \
|
|
||||||
hb-cairo-utils.c \
|
|
||||||
hb-view.cc \
|
hb-view.cc \
|
||||||
helper-cairo-ansi.hh \
|
helper-cairo-ansi.hh \
|
||||||
helper-cairo-ft.hh \
|
helper-cairo-ft.hh \
|
||||||
|
|
Loading…
Reference in New Issue