From 5f168db884d2db7321cfbc251a98819a6ba0e4a4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 26 Dec 2022 15:12:27 -0700 Subject: [PATCH] [hb-view] Build with autotools if cairo-ft is not available Like with meson. --- util/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/util/Makefile.am b/util/Makefile.am index cabb9eff5..c93c3951b 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -36,8 +36,7 @@ LDADD = \ if HAVE_GLIB -if HAVE_FREETYPE -if HAVE_CAIRO_FT +if HAVE_CAIRO hb_view_SOURCES = $(HB_VIEW_sources) hb_view_LDADD = \ $(LDADD) \ @@ -46,8 +45,7 @@ hb_view_LDADD = \ $(CHAFA_LIBS) \ $(NULL) bin_PROGRAMS += hb-view -endif # HAVE_CAIRO_FT -endif # HAVE_FREETYPE +endif # HAVE_CAIRO hb_shape_SOURCES = $(HB_SHAPE_sources) bin_PROGRAMS += hb-shape