aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-03 16:40:47 +0200
committerThomas White <taw@physics.org>2021-09-03 17:05:10 +0200
commit4f05eadcb6f94b24099e04b1bdfb2912be10c446 (patch)
treea0bd070d590fcea5ebb93ca799e97a08364cfdb8 /libcrystfel
parent229e384a98b3589734095b8bc8e48ad8118e7d2a (diff)
Meson: Add libccp4c as a wrapped subproject
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 429a78c9..026f2c8a 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -32,7 +32,9 @@ if fdipdep.found()
conf_data.set10('HAVE_FDIP', 1)
endif
-ccp4dep = dependency('libccp4c', required: false)
+ccp4dep = dependency('libccp4c',
+ required: false,
+ fallback: ['libccp4c', 'libccp4c_dep'])
if ccp4dep.found()
conf_data.set10('HAVE_LIBCCP4', 1)
endif