From 9e3f9c5261cfb757594d25490bc82b0693b35858 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 15 Apr 2019 19:09:06 +0300 Subject: Install the cam and qcam utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cam and qcam utilities are meant to be shipped with libcamera, install them by default. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund Reviewed-by: Jacopo Mondi --- src/cam/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cam/meson.build') diff --git a/src/cam/meson.build b/src/cam/meson.build index 1a1244fe..85129509 100644 --- a/src/cam/meson.build +++ b/src/cam/meson.build @@ -7,4 +7,5 @@ cam_sources = files([ cam = executable('cam', cam_sources, link_with : libcamera, + install : true, include_directories : libcamera_includes) -- cgit v1.2.1