diff options
author | Thomas White <taw@physics.org> | 2020-08-10 16:10:23 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-10 16:10:57 +0200 |
commit | 76d06dbf880d376ccb12c3eeaa64dceeb2409781 (patch) | |
tree | 358b0521e09dc8fdcd238faeabc2d155b7902396 /libcrystfel/meson.build | |
parent | 870e4e5740817bc8e8f8487e867221f51ed19d54 (diff) |
Disable pinkIndexer
Temporary, of course. But it needs some thought about how the interface
should work.
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r-- | libcrystfel/meson.build | 3 |
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 |