commit | 380948102b746dc831b770105e1df1b6c621ded4 | [log] [tgz] |
---|---|---|
author | Roman Stratiienko <r.stratiienko@gmail.com> | Fri Dec 09 19:16:41 2022 +0200 |
committer | Roman Stratiienko <r.stratiienko@gmail.com> | Wed Jan 04 16:58:14 2023 +0200 |
tree | f78b30bc4cc2f2ccfe32ed624d1b40a16b554f3a | |
parent | 9e2a2cd3132eae959293e94d32f2ca85653a788e [diff] [blame] |
drm_hwcomposer: Add meson.build file This allows building without an AOSP tree, which significantly reduces system requirements. Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
diff --git a/bufferinfo/meson.build b/bufferinfo/meson.build new file mode 100644 index 0000000..f53d1b9 --- /dev/null +++ b/bufferinfo/meson.build
@@ -0,0 +1,5 @@ +src_common += files( + 'legacy/BufferInfoLibdrm.cpp', + 'BufferInfoGetter.cpp', + 'BufferInfoMapperMetadata.cpp', +)