From 30fe187da08ab6ae603d87c73abe80ea8f1810ad Mon Sep 17 00:00:00 2001 From: Carlos Torres Date: Fri, 4 Nov 2022 22:38:41 -0300 Subject: [PATCH] Fix Readme typo and missing dep Changes: - Fix Sqlite typo; - Add missing 'pkgconf' build dependency; Signed-off-by: Carlos Torres --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7323c5..ecdd9a0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The following dependencies are required: The following dependencies are optional: -* `sqlite3` (>= 3.6.23): splite3 database backend +* `sqlite3` (>= 3.6.23): sqlite3 database backend * `libsynctex` from TeXLive (>= 1.19): SyncTeX support * `libseccomp`: sandbox support @@ -24,6 +24,7 @@ For building zathura, the following dependencies are also required: * `meson` (>= 0.56) * `gettext` +* `pkgconf` The following dependencies are optional build-time only dependencies: