[libcamera-devel,0/4] libcamera: Small meson-fixes
mbox series

Message ID 20201207150737.307692-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • libcamera: Small meson-fixes
Related show

Message

Kieran Bingham Dec. 7, 2020, 3:07 p.m. UTC
Here are 4 fixes to our meson infrastructure which stand by themselves,
but at least "src: meson: Define system paths" is needed for handling
configuration files later.

Given that they are self contained, and almost all but reviewed, I've
split them to their own series.

Kieran Bingham (4):
  src: meson: Re-order subdir layout
  src: meson: Simplify v4l2 enablement
  src: meson: Define system paths
  meson: test: Simplify top level meson

 meson.build          |  5 +----
 src/ipa/meson.build  | 19 ++++++++++---------
 src/meson.build      | 24 +++++++++++++++++++-----
 src/v4l2/meson.build |  4 ++++
 test/meson.build     |  4 ++++
 5 files changed, 38 insertions(+), 18 deletions(-)