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:
@@ -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')
|
||||
|
||||
|
||||
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user