diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-12-29 12:07:35 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-05-18 14:29:16 +0300 |
commit | e0766fa2051c4bcdd12a0b6a838be757018d103a (patch) | |
tree | 27ab8357d3ece1f6462ab98d2f9b2edb6fa8fe7f /subprojects/libyaml.wrap | |
parent | 9f00e78bf5a6b311c6d0e72b7c79f793863ea942 (diff) |
meson: Compile libyaml as a subproject if not available on the system
AOSP doesn't ship libyaml, making it more difficult to compile libcamera
for Android. Use a meson wrap to compile libyaml as a subproject if the
dependency is not found.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Eric Curtin <ecurtin@redhat.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat (limited to 'subprojects/libyaml.wrap')
-rw-r--r-- | subprojects/libyaml.wrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/subprojects/libyaml.wrap b/subprojects/libyaml.wrap new file mode 100644 index 00000000..3d7d0a32 --- /dev/null +++ b/subprojects/libyaml.wrap @@ -0,0 +1,5 @@ +[wrap-git] +directory = libyaml +url = https://github.com/yaml/libyaml +# tags/0.2.5 +revision = 2c891fc7a770e8ba2fec34fc6b545c672beb37e6 |