[libcamera-devel,v2,0/2] V4L2 Compatibility installation directory
mbox series

Message ID 20230504144801.2590668-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • V4L2 Compatibility installation directory
Related show

Message

Kieran Bingham May 4, 2023, 2:47 p.m. UTC
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(-)