[libcamera-devel] [SimpleCam PATCH] meson: Fix pkg-config references
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Wed Aug 25 22:50:07 CEST 2021
Hi Kieran,
Thank you for the patch.
On Wed, Aug 25, 2021 at 09:41:52PM +0100, Kieran Bingham wrote:
> The libcamera packages are now named libcamera.pc.
s/packages are/package is/ ?
>
> Update the references.
>
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
> meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 38c1889adb66..14d91b5023d4 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -12,7 +12,7 @@ src_files = files([
> ])
>
> # Point your PKG_CONFIG_PATH environment variable to the
> -# libcamera install path camera.pc file ($prefix/lib/pkgconfig/camera.pc)
> +# libcamera install path libcamera.pc file ($prefix/lib/pkgconfig/libcamera.pc)
> deps = [
> dependency('libcamera', required : true),
> dependency('libevent_pthreads'),
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list