From ca437b4a0cde5ec72a5eea709eb044264deb4f55 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 6 Jul 2023 10:23:36 +0300 Subject: meson: Fix space around colon issues The meson style, which libcamera follows, recommends a space before colons in function parameters. Fix the style violations through the project. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain --- src/gstreamer/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gstreamer') diff --git a/src/gstreamer/meson.build b/src/gstreamer/meson.build index 77c79140..20784b71 100644 --- a/src/gstreamer/meson.build +++ b/src/gstreamer/meson.build @@ -43,6 +43,6 @@ libcamera_gst = shared_library('gstlibcamera', libcamera_gst_sources, cpp_args : libcamera_gst_cpp_args, dependencies : [libcamera_public, gstvideo_dep, gstallocator_dep], - install: true, + install : true, install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')), ) -- cgit v1.2.1