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

Kieran Bingham kieran.bingham at ideasonboard.com
Wed Aug 25 23:02:59 CEST 2021


On 25/08/2021 21:50, Laurent Pinchart wrote:
> 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/ ?

Indeed,

>>
>> Update the references.
>>
>> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> 
> Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Thanks, will push this already. It's trivial.

>> ---
>>  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'),
> 


More information about the libcamera-devel mailing list