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/qcam/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qcam/meson.build') diff --git a/src/qcam/meson.build b/src/qcam/meson.build index 3d8b1b3b..56b57a26 100644 --- a/src/qcam/meson.build +++ b/src/qcam/meson.build @@ -16,6 +16,7 @@ qt5_dep = dependency('qt5', if qt5_dep.found() qcam = executable('qcam', qcam_sources, link_with : libcamera, + install : true, include_directories : libcamera_includes, dependencies : qt5_dep, cpp_args : '-DQT_NO_KEYWORDS') -- cgit v1.2.1