diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-08-24 20:44:58 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-08-25 22:01:43 +0100 |
commit | b8da445fc72cfd436ed7ddb8a428e7ea11af9fd9 (patch) | |
tree | 9b4210d5abbb0ce2fc93d9293a31adaeea431388 | |
parent | 1494fa640f5cc6574b67b0213c026db2ec1cff4c (diff) |
meson: Fix pkg-config references
The libcamera package is now named libcamera.pc.
Update the references.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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'), |