modules: patch meson subprojects to use local dependencies

Usually we want no difference between the upstream project that we fork
via git-subtree, and our copy. However, for the subprojects, we need to
patch them. Do it.

If you know a better way, that allows to overwriting the subprojects
please send a patch.
This commit is contained in:
Thomas Haller 2022-07-19 10:37:08 +02:00
parent 0f1cc3e954
commit c13df3e4dc
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
14 changed files with 10 additions and 15 deletions

View file

@ -0,0 +1 @@
../../c-stdaux

View file

@ -1,3 +0,0 @@
[wrap-git]
url = https://github.com/c-util/c-stdaux.git
revision = v1

View file

@ -0,0 +1 @@
../../c-stdaux

View file

@ -1,3 +0,0 @@
[wrap-git]
url = https://github.com/c-util/c-stdaux.git
revision = v1

View file

@ -15,7 +15,7 @@ mod_pkgconfig = import('pkgconfig')
sub_clist = subproject('c-list')
sub_crbtree = subproject('c-rbtree')
sub_csiphash = subproject('c-siphash')
sub_cstdaux = subproject('c-stdaux')
sub_cstdaux = subproject('libcstdaux-1')
dep_clist = sub_clist.get_variable('libclist_dep')
dep_crbtree = sub_crbtree.get_variable('libcrbtree_dep')

@ -1 +0,0 @@
Subproject commit 6c53ef1c0066a3b0d82e9e181e90114eacb7c4aa

View file

@ -0,0 +1 @@
../../c-list

@ -1 +0,0 @@
Subproject commit c8cf175278452686cc5993e154d472d0a64d7fac

View file

@ -0,0 +1 @@
../../c-rbtree

@ -1 +0,0 @@
Subproject commit 2d159c7da1d542f2b1fcbbefea6931bce242b943

View file

@ -0,0 +1 @@
../../c-siphash

@ -1 +0,0 @@
Subproject commit 8b8f941c57a790c277f49b099e73ed9f8ea141af

View file

@ -0,0 +1 @@
../../c-stdaux

View file

@ -14,7 +14,7 @@ mod_pkgconfig = import('pkgconfig')
sub_clist = subproject('c-list')
sub_csiphash = subproject('c-siphash')
sub_cstdaux = subproject('c-stdaux')
sub_cstdaux = subproject('libcstdaux-1')
dep_clist = sub_clist.get_variable('libclist_dep')
dep_csiphash = sub_csiphash.get_variable('libcsiphash_dep')

@ -1 +0,0 @@
Subproject commit 6c53ef1c0066a3b0d82e9e181e90114eacb7c4aa

View file

@ -0,0 +1 @@
../../c-list

@ -1 +0,0 @@
Subproject commit 2d159c7da1d542f2b1fcbbefea6931bce242b943

View file

@ -0,0 +1 @@
../../c-siphash

@ -1 +0,0 @@
Subproject commit 8b8f941c57a790c277f49b099e73ed9f8ea141af