From b4df7fce96791c72e8fb4c84a89258eea990117a Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Thu, 6 Mar 2014 08:54:47 +0100 Subject: qt5: add pkg-config build dependency When pkg-config is not available at build-time, it is permanently disabled. This means qmake link_pkgconfig.prf will not work as documented even if pkg-config is available at run-time: https://qt-project.org/faq/answer/does_qmake_have_support_for_pkg-config Add a build-time dependency to the qt5 formula. Closes #27184. Signed-off-by: Stefan Hajnoczi Signed-off-by: Mike McQuaid --- Library/Formula/qt5.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb index 236a3aaf8..714f3fbf3 100644 --- a/Library/Formula/qt5.rb +++ b/Library/Formula/qt5.rb @@ -31,6 +31,7 @@ class Qt5 < Formula option 'with-docs', 'Build documentation' option 'developer', 'Build and link with developer options' + depends_on "pkg-config" => :build depends_on "d-bus" => :optional depends_on "mysql" => :optional -- cgit v1.2.3