[libcamera-devel] [PATCH v2 0/2] V4L2 Compatibility installation directory
Kieran Bingham
kieran.bingham at ideasonboard.com
Thu May 4 16:47:59 CEST 2023
We currently install the v4l2-compat.so object to the same location as
libcamera.so.
This prevents it from being packaged by distributions. Rather than add
soname versioning - and because the object should not be directly linked
against by applications, move the installation to the 'libexecdir' path.
Kieran Bingham (2):
libcamera: ipa_manager: Only parse IPA modules
v4l2: Move the v4l2 compat layer to libexec/libcamera
src/libcamera/ipa_manager.cpp | 4 ++++
src/libcamera/proxy/worker/meson.build | 2 +-
src/meson.build | 1 +
src/v4l2/meson.build | 3 ++-
4 files changed, 8 insertions(+), 2 deletions(-)
--
2.34.1
More information about the libcamera-devel
mailing list