diff --git a/meson.build b/meson.build index 96a660d849a..93646c9c31a 100644 --- a/meson.build +++ b/meson.build @@ -1487,7 +1487,7 @@ if host_machine.system() == 'darwin' dep_expat = meson.get_compiler('c').find_library('expat') elif host_machine.system() != 'windows' dep_expat = dependency('expat', fallback : ['expat', 'expat_dep'], - required: not with_platform_android or with_any_intel) + required: not with_platform_android) else dep_expat = null_dep endif