aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-03 14:26:00 +0200
committerThomas White <taw@physics.org>2020-08-03 14:26:00 +0200
commita09f8c4cd9c4abe04b99129af07e51fdc5dad4b1 (patch)
treeceb94d153164d6cb4fdc60e9ecc55455a28bf2a7 /libcrystfel/meson.build
parent42ae4de07aadc2cf79989581f44909dd3e2df804 (diff)
Update name of FDIP package
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r--libcrystfel/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index 0736992d..412fe90a 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -27,7 +27,7 @@ if pinkindexerdep.found()
conf_data.set10('HAVE_PINKINDEXER', 1)
endif
-fdipdep = dependency('fastDiffractionImageProcessing', required: false)
+fdipdep = dependency('fdip', required: false)
if fdipdep.found()
conf_data.set10('HAVE_FDIP', 1)
endif