From ca389f6e41595e900dda0e3e4ad8febdb702126c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 6 Sep 2021 18:58:26 +0200 Subject: Meson: Get FDIP via a Wrap --- libcrystfel/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build index 026f2c8a..968e58a3 100644 --- a/libcrystfel/meson.build +++ b/libcrystfel/meson.build @@ -27,7 +27,9 @@ if pinkindexerdep.found() conf_data.set10('HAVE_PINKINDEXER', 1) endif -fdipdep = dependency('fdip', required: false) +fdipdep = dependency('fdip', + required: false, + fallback: ['fdip', 'fdip_dep']) if fdipdep.found() conf_data.set10('HAVE_FDIP', 1) endif -- cgit v1.2.3