[libcamera-devel,0/4] Cleanup and non-GNU C library support
mbox series

Message ID 20190322104350.31091-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • Cleanup and non-GNU C library support
Related show

Message

Kieran Bingham March 22, 2019, 10:43 a.m. UTC
Two cleanups to the meson build and options, followed by two fixes to repair
compilation on toolchains which use non-GNU C Libraries.

Kieran Bingham (4):
  meson: Re-order the optional components
  meson: options: Document the options
  libcamera: log: Use internal basename implementation.
  libcamera: log: Fallback to getenv on non-gnu systems

 meson.build           | 11 +++++++----
 meson_options.txt     |  9 +++++++--
 src/libcamera/log.cpp | 15 +++++++++++++++
 3 files changed, 29 insertions(+), 6 deletions(-)