[libcamera-devel] [SimpleCam PATCH] meson: Fix pkg-config references

Kieran Bingham kieran.bingham at ideasonboard.com
Wed Aug 25 22:41:52 CEST 2021


The libcamera packages are now named libcamera.pc.

Update the references.

Signed-off-by: Kieran Bingham <kieran.bingham 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'),
-- 
2.30.2



More information about the libcamera-devel mailing list