From 023876851d2b2766ca18918f176a06f18064b7a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 30 Jul 2020 14:31:58 -0400 Subject: [PATCH] thinkfan: add pkg-config to hostmakedepends --- srcpkgs/thinkfan/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/thinkfan/template b/srcpkgs/thinkfan/template index 0e9c5a6de5f..501631a371f 100644 --- a/srcpkgs/thinkfan/template +++ b/srcpkgs/thinkfan/template @@ -4,6 +4,7 @@ version=1.2.1 revision=1 build_style=cmake configure_args="-DUSE_ATASMART:BOOL=ON" +hostmakedepends="pkg-config" makedepends="libatasmart-devel yaml-cpp-devel" short_desc="Simple fan control program" maintainer="Leah Neukirchen "