From 708d3c9fc07e8b27770e365696d8867599b3ae93 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 24 Oct 2018 10:34:27 +0100 Subject: build: Provide initial meson infrastructure Define the starting points for the libcamera build using meson and ninja build components. An initial 'dummy' library class is created, and a test binary links against the shared library calling it's init_lib() function. Signed-off-by: Kieran Bingham --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 00000000..ca81d649 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +libcamera: A complex camera support library for Linux, Android, and ChromeOS -- cgit v1.2.1