From b4cab86d94affa5b610154623a393afffac9728c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 16 Dec 2022 14:58:39 -0700 Subject: [PATCH] Fix autotools build --- src/Makefile.sources | 1 + src/harfbuzz-subset.cc | 1 - src/harfbuzz.cc | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.sources b/src/Makefile.sources index 6c4fc5de7..4253426f3 100644 --- a/src/Makefile.sources +++ b/src/Makefile.sources @@ -69,6 +69,7 @@ HB_BASE_sources = \ hb-ot-cmap-table.hh \ hb-ot-color-cbdt-table.hh \ hb-ot-color-colr-table.hh \ + hb-ot-color-colr-table.cc \ hb-ot-color-cpal-table.hh \ hb-ot-color-sbix-table.hh \ hb-ot-color-svg-table.hh \ diff --git a/src/harfbuzz-subset.cc b/src/harfbuzz-subset.cc index c5c66747a..b3a0666dc 100644 --- a/src/harfbuzz-subset.cc +++ b/src/harfbuzz-subset.cc @@ -41,7 +41,6 @@ #include "hb-ot-shaper-vowel-constraints.cc" #include "hb-ot-tag.cc" #include "hb-ot-var.cc" -#include "hb-paint.cc" #include "hb-set.cc" #include "hb-shape-plan.cc" #include "hb-shape.cc" diff --git a/src/harfbuzz.cc b/src/harfbuzz.cc index 03196eaa6..b5faf722b 100644 --- a/src/harfbuzz.cc +++ b/src/harfbuzz.cc @@ -46,7 +46,6 @@ #include "hb-ot-shaper-vowel-constraints.cc" #include "hb-ot-tag.cc" #include "hb-ot-var.cc" -#include "hb-paint.cc" #include "hb-set.cc" #include "hb-shape-plan.cc" #include "hb-shape.cc"