From d78669df9c3d4db9db84f3c7f7a530a5420a08b5 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 23 Feb 2025 20:46:31 -0500 Subject: [PATCH] Check for pkg-config --- Rsconscript | 1 + 1 file changed, 1 insertion(+) diff --git a/Rsconscript b/Rsconscript index 3c48ef5..aa30c0a 100644 --- a/Rsconscript +++ b/Rsconscript @@ -11,6 +11,7 @@ configure do check_c_compiler check_program "mformat", on_fail: "Install the mtools package" check_program "parted" + check_program "pkg-config" check_cfg package: "freetype2", on_fail: "Install libfreetype-dev", use: "freetype" sh %w[git submodule update --init] end