[libcamera-devel,0/2] Cleanups - for buildroot
mbox series

Message ID 20190403102545.7143-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • Cleanups - for buildroot
Related show

Message

Kieran Bingham April 3, 2019, 10:25 a.m. UTC
Two final (I hope) patches to ready the buildroot integration.

First is a fix to the ipu3, highlighted by the buildroot compilers.  Second is
an update to the qcam qt5 dependency check. This is to prevent the host qmake
being used which makes meson belive the qt5 dependencies are available in the
cross-build environment.

Kieran Bingham (2):
  libcamera: ipu3: Catch return value when disabling links
  qcam: meson: Use pkg-config method for qt5 dependencies

 src/libcamera/pipeline/ipu3/ipu3.cpp | 3 ++-
 src/qcam/meson.build                 | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)