aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r--libcrystfel/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index 48822d60..8b8eb77d 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -22,8 +22,7 @@ if xgandalfdep.found()
conf_data.set10('HAVE_XGANDALF', 1)
endif
-# FIXME: Disabled
-pinkindexerdep = dependency('', required: false)
+pinkindexerdep = dependency('pinkIndexer', required: false)
if pinkindexerdep.found()
conf_data.set10('HAVE_PINKINDEXER', 1)
endif