summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2021-08-25meson: Fix pkg-config referencesKieran Bingham
The libcamera package is now named libcamera.pc. Update the references. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2021-06-25meson: Update to find the new libcamera package nameKieran Bingham
The libcamera pkg-config file has been renamed from camera.pc to libcamera.pc. Update the build system accordingly. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2020-12-04meson: Rename dependencies variableKieran Bingham
The dependencies are not only related to libcamera, so remove the incorrect name prefix. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2020-12-04simple-cam: Provide event-loop backed by libeventUmang Jain
libcamera moved its EventDispatcher and Timer API to its internal API, since providing an event loop to applications should not be the job of libcamera. Application utility like cam, were ported to use libevent, hence inspired from that, un-break simple-cam by using the similar implementation to replace the EventDispatcher and Timer functionality by libevent. Signed-off-by: Umang Jain <email@uajain.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2020-09-24meson: Update to C++17Kieran Bingham
libcamera has moved to using functionality from C++17. Increase the standard used. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2020-09-24meson: Remove incorrect defaultKieran Bingham
The -Wno-unused-parameter is not a meson default option. Remove it. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2020-05-19simple-cam: Rename example applicationKieran Bingham
The example app started out as a demo at elce, thus was named: elce-cam. Rename it to 'simple-cam' for longevity. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2020-05-19meson: Update to C++14Kieran Bingham
libcamera has moved to using functionality from C++14. Increase the standard used. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2020-05-19meson: Use array for argumentsKieran Bingham
Store any extra cpp_arguments in an array so they can be appended to when needed. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2020-05-19meson: Remove unused variablesKieran Bingham
The cc and config_h are unused. Remove them. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2019-11-14Add example application main fileJacopo Mondi
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
2019-10-26Add meson.build fileJacopo Mondi
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>