From a11df816b729c8ffdd57c27969dda992c3d934f5 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Tue, 19 Dec 2023 13:51:46 +0100 Subject: [PATCH] explicitly list pkg-config as build dependency, since meson needs it to find glib --- INSTALL | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL b/INSTALL index 9c88325d..ed5a14a3 100644 --- a/INSTALL +++ b/INSTALL @@ -5,6 +5,7 @@ To compile Irssi you need: - meson-0.53 build system with ninja-1.8 or greater +- pkg-config (or compatible) - glib-2.32 or greater - openssl (for ssl support) - perl-5.8 or greater (for building, and optionally Perl scripts)