aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-21 20:16:00 +1200
committerArslaan Pathan <[email protected]>2026-06-21 20:16:00 +1200
commite9dd7eec231edfd631cc19f164bba6506f96384b (patch)
tree61ba05489d896a841c61f33f820bad62fc46ca58 /meson.build
parentf5681aeb44feedda172352877c273fcf59e9b4cb (diff)
downloadmbpk-e9dd7eec231edfd631cc19f164bba6506f96384b.tar.xz
mbpk-e9dd7eec231edfd631cc19f164bba6506f96384b.zip
Start implementing the library and switch the spec to entirely INI because YAML is harder to parse
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5dc3113..4783e80 100644
--- a/meson.build
+++ b/meson.build
@@ -6,6 +6,7 @@ deps = []
deps += dependency('libcurl')
deps += dependency('libarchive')
deps += dependency('libzstd')
+deps += dependency('inih')
libdir = get_option('libdir')