libcamera/src
Laurent Pinchart b954deff20 meson: Use dependency() instead of find_library() where possible
Usage of find_library() to find dependencies that libcamera needs to
compile against can lead to the library being found even if the
corresponding headers are not installed. This will then result in a
compilation failure. Switch to dependency() for libdw, libunwind and
lttng-ust to fix this, all three libraries come with a pkgconfig file
that is usually installed by the distribution package that contains the
library headers.

Reported-by: Christian Rauch <Rauch.Christian@gmx.de>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
2022-08-16 14:53:25 +03:00
..
android android: camera_capabilities: Adjust minimum frame duration to match FPS 2022-07-25 20:12:04 +01:00
cam cam: sdl_texture: Rename 'pitch' to 'stride' 2022-08-09 21:15:47 +03:00
gstreamer gstreamer: Be pedantic on srcpads access 2022-07-19 21:50:21 +05:30
ipa ipa: ipu3: Add YAML tuning file support 2022-08-09 22:46:23 +03:00
lc-compliance lc-compliance: Only download gtest subproject as a fallback 2022-02-03 18:23:48 +02:00
libcamera meson: Use dependency() instead of find_library() where possible 2022-08-16 14:53:25 +03:00
py py: examples: Add simple-cam.py 2022-06-08 20:16:25 +03:00
qcam libcamera: controls: Generate and use fixed-sized Span types 2022-08-09 13:53:29 +03:00
v4l2 libcamera: v4l2_pixelformat: Return the list of V4L2 formats 2022-08-03 15:07:20 +02:00
meson.build libcamera: Make IPA module signing recommended instead of mandatory 2022-08-09 16:05:58 +03:00