From a54213a4ff48ecfa8fa3b416d12b1282158746dc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 May 2024 07:50:33 +0200 Subject: Add libpkg-config as submodule --- .gitmodules | 3 +++ libbutl-odb/README-DEV | 3 ++- upstream/libpkg-config | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 upstream/libpkg-config diff --git a/.gitmodules b/.gitmodules index a3bb0ad..5f622ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "upstream/sqlite"] path = upstream/sqlite url = https://git.build2.org/packaging/sqlite/sqlite.git +[submodule "upstream/libpkg-config"] + path = upstream/libpkg-config + url = https://github.com/build2/libpkg-config.git diff --git a/libbutl-odb/README-DEV b/libbutl-odb/README-DEV index f058901..997f5a0 100644 --- a/libbutl-odb/README-DEV +++ b/libbutl-odb/README-DEV @@ -33,7 +33,8 @@ third-party package): Look for: - files to add/remove (see above) - - changes to buildfiles that would need to be replicated + - changes to buildfiles that would need to be replicated (including to + root.build) 3. Replace verison.hxx with pre-generated for this submodule commit. diff --git a/upstream/libpkg-config b/upstream/libpkg-config new file mode 160000 index 0000000..81bc60b --- /dev/null +++ b/upstream/libpkg-config @@ -0,0 +1 @@ +Subproject commit 81bc60b381959b99cdef93d9326f3dd9522c3077 -- cgit v1.1