aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-15 06:08:07 +0000
committersaturneric <[email protected]>2023-10-15 06:08:07 +0000
commit8ad3b4df435155a6f99c66b1cf669012e97c1685 (patch)
tree0977c6fc1062b34d2906cb60407056d6df086ac4 /.gitmodules
parentfeat: support flatpak build (diff)
downloadGpgFrontend-8ad3b4df435155a6f99c66b1cf669012e97c1685.tar.gz
GpgFrontend-8ad3b4df435155a6f99c66b1cf669012e97c1685.zip
fix: remove libconfig from source to build it seperately
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 1c05e529..922e3e97 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,9 +7,6 @@
[submodule "third_party/libarchive"]
path = third_party/libarchive
url = https://github.com/libarchive/libarchive.git
-[submodule "third_party/libconfig"]
- path = third_party/libconfig
- url = https://github.com/hyperrealm/libconfig.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
- url = https://github.com/gabime/spdlog.git
+ url = https://github.com/gabime/spdlog.git \ No newline at end of file