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 <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Kieran Bingham
2022-01-04 23:26:57 +00:00
parent 1db1e31e66
commit cd7863503a
2 changed files with 0 additions and 2 deletions

View File

@@ -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')

View File

@@ -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')