aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/meson.build4
1 files changed, 3 insertions, 1 deletions
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