From 747f65f9ef28c552b53d4afa95cd7706acf78e44 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 7 Jul 2020 11:37:16 +0430 Subject: [PATCH] [meson] Remove HAVE_OT and HAVE_FALLBACK No need as 1e8fdd2 and 23768a9 --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index f88c7ba3c..62bddffdf 100644 --- a/meson.build +++ b/meson.build @@ -287,8 +287,6 @@ if host_machine.system() != 'windows' endif endif -conf.set('HAVE_OT', 1) -conf.set('HAVE_FALLBACK', 1) conf.set_quoted('PACKAGE_NAME', 'HarfBuzz') conf.set_quoted('PACKAGE_VERSION', meson.project_version())