File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class QtAT5 < Formula
2929 keg_only :versioned_formula
3030
3131 depends_on "node" => :build
32- depends_on "pkg-config " => :build
32+ depends_on "pkgconf " => :build
3333 depends_on "[email protected] " => :build # Python 3.13 fails with ModuleNotFoundError: No module named 'pipes' 3434 depends_on xcode : :build
3535 depends_on "freetype"
@@ -284,7 +284,7 @@ def install
284284 # Remove reference to shims directory
285285 inreplace prefix /"mkspecs/qmodule.pri" ,
286286 /^PKG_CONFIG_EXECUTABLE = .*$/ ,
287- "PKG_CONFIG_EXECUTABLE = #{ Formula [ "pkg-config " ] . opt_bin } /pkg-config"
287+ "PKG_CONFIG_EXECUTABLE = #{ Formula [ "pkgconf " ] . opt_bin } /pkg-config"
288288
289289 # Fix find_package call using QtWebEngine version to find other Qt5 modules.
290290 inreplace lib . glob ( "cmake/Qt5WebEngine*/*Config.cmake" ) ,
You can’t perform that action at this time.
0 commit comments