summaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2020-01-27 05:27:25 +0100
committerSuren A. Chilingaryan <csa@suren.me>2020-01-27 05:27:25 +0100
commit2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea (patch)
tree09cb20c623cc8ecdfbf0b526629afcb60aa15f30 /src/meson.build
parentea424f096c05a9587ffaa0bc6e5392790a046bd7 (diff)
downloadufo-roof-temp-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.tar.gz
ufo-roof-temp-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.tar.bz2
ufo-roof-temp-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.tar.xz
ufo-roof-temp-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.zip
Add metadata about buffer plane and sequential number. Provide filter to allow trough only the buffers acquired at the specified detector plane
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 8f3529e..8a03a57 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,6 +1,7 @@
plugins = [
'roof-read',
'roof-build',
+ 'roof-plane',
]
roof_common_src = [
@@ -15,6 +16,8 @@ roof_plugin_src = {
'roof-build': [
'ufo-roof-buffer.c',
],
+ 'roof-plane': [
+ ],
}
# standard plugins