From cd7863503ae91f477bbd883f35d9845172840349 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 4 Jan 2022 23:26:57 +0000 Subject: libcamera: pkg-config: Do not hardcode version The pkg-config version should not be hardcoded, and it should match the version of the library, ideally with point releases where possible. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- src/libcamera/base/meson.build | 1 - src/libcamera/meson.build | 1 - 2 files changed, 2 deletions(-) diff --git a/src/libcamera/base/meson.build b/src/libcamera/base/meson.build index 0ae3b0aa..7030ad1f 100644 --- a/src/libcamera/base/meson.build +++ b/src/libcamera/base/meson.build @@ -65,7 +65,6 @@ libcamera_base = declare_dependency(sources : [ pkg_mod = import('pkgconfig') pkg_mod.generate(libcamera_base_lib, - version : '1.0', description : 'Camera support base utility library', subdirs : 'libcamera') diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build index 7ae909d4..26912ca1 100644 --- a/src/libcamera/meson.build +++ b/src/libcamera/meson.build @@ -162,7 +162,6 @@ libcamera_private = declare_dependency(sources : [ pkg_mod = import('pkgconfig') pkg_mod.generate(libcamera, libraries : libcamera_base_lib, - version : '1.0', description : 'Complex Camera Support Library', subdirs : 'libcamera') -- cgit v1.2.1