[recipes/meson2] meson: Add wrap file to auto-setup libgd subproject



commit e0a4fd42394a94c0950c4be0861821d96e03d563
Author: Nirbheek Chauhan <nirbheek centricular com>
Date:   Sat Feb 18 22:28:31 2017 +0530

    meson: Add wrap file to auto-setup libgd subproject
    
    This is the preferred way to auto-setup subprojects. If you use a git
    submodule, Meson will not know that it should initialize it before
    configuration.
    
    With this wrap file, the specified revision from the specified git URL
    (or tarball, etc) will be cloned (or extracted) into the specified
    directory. For more examples, see:
    
    https://github.com/mesonbuild/meson/wiki/Wrap-dependency-system-manual

 subprojects/libgd.wrap |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/subprojects/libgd.wrap b/subprojects/libgd.wrap
new file mode 100644
index 0000000..fd83a39
--- /dev/null
+++ b/subprojects/libgd.wrap
@@ -0,0 +1,4 @@
+[wrap-git]
+directory=libgd
+url=https://git.gnome.org/browse/libgd
+revision=master


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]