From fdf4f0ed3d5580f5ca4133decc790f5dc51419b2 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 18 Sep 2022 17:51:45 -0400 Subject: [PATCH] Remove gvdb.wrap It causes Meson to git clone gvdb when glib is a subproject instead of using the copy included in release tarball. The wrap file does not contain any useful information any way, the git commit used is already defined in .gitmodules and it's better to not duplicate that information. The [provide] section only declare the "gvdb" dependency name which is implicit when the file is called "gvdb.wrap". --- subprojects/gvdb.wrap | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 subprojects/gvdb.wrap diff --git a/subprojects/gvdb.wrap b/subprojects/gvdb.wrap deleted file mode 100644 index 1cdef8dc91..0000000000 --- a/subprojects/gvdb.wrap +++ /dev/null @@ -1,8 +0,0 @@ -[wrap-git] -directory=gvdb -url=https://gitlab.gnome.org/GNOME/gvdb.git -revision=0854af0fdb6d527a8d1999835ac2c5059976c210 -depth=1 - -[provide] -dependency_names = gvdb -- GitLab