[libcamera-devel] [PATCH v2 0/4] Cleanup and non-GNU C library support

Kieran Bingham kieran.bingham at ideasonboard.com
Mon Apr 1 13:03:11 CEST 2019


Two cleanups to the meson build and options, followed by two fixes to repair
compilation on toolchains which use non-GNU C Libraries.

The utils component is expanded to provide it's own .cpp file and associated
documentation is added along with it.

Kieran Bingham (4):
  meson: Re-order the optional components
  meson: options: Document the options
  libcamera: utils: Use internal basename implementation.
  libcamera: utils: Use internal secure_getenv() implementation

 meson.build                   | 11 +++---
 meson_options.txt             |  9 +++--
 src/libcamera/include/utils.h |  4 +++
 src/libcamera/log.cpp         |  6 ++--
 src/libcamera/meson.build     |  1 +
 src/libcamera/utils.cpp       | 66 +++++++++++++++++++++++++++++++++++
 6 files changed, 88 insertions(+), 9 deletions(-)
 create mode 100644 src/libcamera/utils.cpp

-- 
2.19.1



More information about the libcamera-devel mailing list