aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2024-03-26 22:36:17 -0400
committerWinter <winter@winter.cafe>2024-03-27 21:04:00 -0400
commit80405d06264f0de1c16ee2646388ab501df20628 (patch)
treeb90d7a475e059552ebdde80ebb8b390a79b8d571 /meson.build
parentedba570664b952facde43fd0414e60f0a42851da (diff)
Stop vendoring toml11
We don't apply any patches to it, and vendoring it locks users into bugs (it hasn't been updated since its introduction in late 2021). Closes https://git.lix.systems/lix-project/lix/issues/164 Change-Id: Ied071c841fc30b0dfb575151afd1e7f66970fdb9
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 0a6a6b4b1..8766fbf8c 100644
--- a/meson.build
+++ b/meson.build
@@ -199,6 +199,9 @@ gtest = [
]
deps += gtest
+toml11 = dependency('toml11', version : '>=3.7.0', required : true)
+deps += toml11
+
#
# Build-time tools
#