aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-06 18:58:26 +0200
committerThomas White <taw@physics.org>2021-09-06 18:59:40 +0200
commitca389f6e41595e900dda0e3e4ad8febdb702126c (patch)
treeec93f75f5b02f85c52ebec84b56a772d0edabd73 /libcrystfel
parentcf0bb2d7bca1b9a9e01ee268fbab76396fb68d34 (diff)
Meson: Get FDIP via a Wrap
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