diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-12 17:11:53 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-21 11:51:58 -0400 |
commit | 6a5c473653f03aee818d835b53ca30b62a3be6c7 (patch) | |
tree | dfec2ef22a834f5c2a7003a4884bb7c7a8288609 /subprojects/dyaml.wrap | |
parent | doc abstraction, code & org whitespace, cosmetic (diff) |
meson using subproject directory, not dub directly
- will not work until meson.build files in
- d2sqlite3
- imageformats
(request adding upstream)
- dyaml and its dependency tinyendian already
provide their meson.build
(should probably revert to meson dub until
resolved)
- based on 1468425 meson build (no issue now with
imagefomats using 7.0.2)
Diffstat (limited to 'subprojects/dyaml.wrap')
-rw-r--r-- | subprojects/dyaml.wrap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subprojects/dyaml.wrap b/subprojects/dyaml.wrap new file mode 100644 index 0000000..8b3f503 --- /dev/null +++ b/subprojects/dyaml.wrap @@ -0,0 +1,4 @@ +[wrap-git] +directory = dyaml +url = https://github.com/dlang-community/D-YAML.git +revision = head |