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, 2 insertions, 1 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index d8543eb8..db624ec5 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -22,7 +22,8 @@ if xgandalfdep.found()
conf_data.set10('HAVE_XGANDALF', 1)
endif
-pinkindexerdep = dependency('pinkIndexer', required: false)
+# FIXME: Disabled
+pinkindexerdep = dependency('', required: false)
if pinkindexerdep.found()
conf_data.set10('HAVE_PINKINDEXER', 1)
endif