From b9fa7ec4fa05f51968421b19f9408114f3586342 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 18 Apr 2018 13:01:09 -0700 Subject: meson: add a expat subproject For Windows Reviewed-by: Eric Anholt Reviewed-by: Eric Engestrom --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 4be5845f2d6..65afcb4ec60 100644 --- a/meson.build +++ b/meson.build @@ -1158,7 +1158,7 @@ if dep_thread.found() and host_machine.system() != 'windows' pre_args += '-DPTHREAD_SETAFFINITY_IN_NP_HEADER' endif endif -dep_expat = dependency('expat') +dep_expat = dependency('expat', fallback : ['expat', 'expat_dep']) # this only exists on linux so either this is linux and it will be found, or # it's not linux and wont dep_m = cc.find_library('m', required : false) -- cgit v1.2.3