Working on SoftISP
Find a file
Kieran Bingham df77f99386 meson: Replace tabs for spaces
Tabs are disliked within the meson build system.
Replace indentation by spaces, in all existing locations.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2018-11-28 11:08:35 +00:00
include meson: Replace tabs for spaces 2018-11-28 11:08:35 +00:00
lib meson: Replace tabs for spaces 2018-11-28 11:08:35 +00:00
test meson: Replace tabs for spaces 2018-11-28 11:08:35 +00:00
utils utils: ipu3: Add IPU3 raw capture unpack utility 2018-11-20 03:06:41 +02:00
LICENSE.md build: Provide initial meson infrastructure 2018-10-24 12:22:19 +01:00
meson.build build: Add project arguments 2018-11-27 12:11:48 +00:00
README.md README: Update build instructions 2018-11-26 15:52:21 +00:00

libcamera: A complex camera support library for Linux, Android, and ChromeOS

To build and install:

  meson build
  cd build
  ninja
  ninja install