commit | cc53fd158c09451a83cef7fda7371a84d906be20 | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Thu May 21 19:33:18 2020 +0430 |
committer | GitHub <noreply@github.com> | Thu May 21 19:33:18 2020 +0430 |
tree | 9cc6d1f01b17771747c528f186db358d3460950b | |
parent | a9e8328ae2b14341c3dee1b6610bb454f50e34aa [diff] [blame] |
[meson] Normalize options names As https://github.com/harfbuzz/harfbuzz/pull/2412#discussion_r426275027
diff --git a/meson.build b/meson.build index fc4c16f..fa27929 100644 --- a/meson.build +++ b/meson.build
@@ -189,11 +189,11 @@ conf.set('HAVE_ICU', 1) endif -if get_option('icu-builtin') +if get_option('icu_builtin') conf.set('HAVE_ICU_BUILTIN', 1) endif -if get_option('experimental-api') +if get_option('experimental_api') conf.set('HB_EXPERIMENTAL_API', 1) endif