Check for pkg-config

This commit is contained in:
Josh Holtrop 2025-02-23 20:46:31 -05:00
parent 7313b01732
commit d78669df9c

View File

@ -11,6 +11,7 @@ configure do
check_c_compiler check_c_compiler
check_program "mformat", on_fail: "Install the mtools package" check_program "mformat", on_fail: "Install the mtools package"
check_program "parted" check_program "parted"
check_program "pkg-config"
check_cfg package: "freetype2", on_fail: "Install libfreetype-dev", use: "freetype" check_cfg package: "freetype2", on_fail: "Install libfreetype-dev", use: "freetype"
sh %w[git submodule update --init] sh %w[git submodule update --init]
end end