From 66051636c5754a33a812d9f306935e29397e0009 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Mon, 26 Nov 2018 10:32:13 +0000 Subject: include: Install include files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The include directory was defined but not installed. Add it to the meson build structure to incorporate it as part of the library install. To facilitate the same include paths in our internal includes, update the structure for headers to match the install structure. Reviewed-by: Niklas Söderlund Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- include/meson.build | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/meson.build (limited to 'include/meson.build') diff --git a/include/meson.build b/include/meson.build new file mode 100644 index 00000000..4ce9668c --- /dev/null +++ b/include/meson.build @@ -0,0 +1 @@ +subdir('libcamera') -- cgit v1.2.1