From b8da445fc72cfd436ed7ddb8a428e7ea11af9fd9 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 24 Aug 2021 20:44:58 +0100 Subject: meson: Fix pkg-config references The libcamera package is now named libcamera.pc. Update the references. Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 38c1889..14d91b5 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'), -- cgit v1.2.1