[meson] Remove HAVE_OT and HAVE_FALLBACK

No need as 1e8fdd2 and 23768a9
This commit is contained in:
Ebrahim Byagowi 2020-07-07 11:37:16 +04:30 committed by GitHub
parent c5def34730
commit 747f65f9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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())