diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-05 12:47:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-05 12:47:15 +0200 |
commit | ceeb72841035fb5a774b073f4683cac49182ac11 (patch) | |
tree | 5a231d47ef1670bbc37a2e66b03682c275ba5d87 | |
parent | 05f2bd8dfc9e59e26a7bf659a1f31372a6b75452 (diff) |
Switch to libpkg-config from libpkgconf
-rw-r--r-- | README-GIT | 2 | ||||
m--------- | build2 | 0 | ||||
-rw-r--r-- | buildfile | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ A few additional notes: commits)' next to submodules (i.e., git "thinks" you have modified the member project by "setting back" its subproject commit). -2. The pkgconf, sqlite and libodb* submodules are not updated by default +2. The libpkg-config, sqlite and libodb* submodules are not updated by default (e.g., with the above command). This is achieved with: git config --file .gitmodules submodule.sqlite.update none diff --git a/build2 b/build2 -Subproject 651caf2377c5b7c144386c6a479c98d1cb98d41 +Subproject cf9d81dbe0eadbadcc81b2565ce73e7eff26f98 @@ -21,7 +21,7 @@ build2_repo="https://stage.build2.org/1" # # See also subprojects in bootstrap.build. # -d = libpkgconf/ libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ \ +d = libpkg-config/ libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ \ libbpkg/ bpkg/ bdep/ doc/ libbuild2-*/ if ($build.meta_operation == 'dist') |