fox: depend on fontconfig
fox doesn't have a way to specify --without-fontconfig, and when it can't find fontconfig, it uses the one bundled with X11 anyway. So to avoid opportunistic linkage when fox does find Homebrew's fontconfig, always depend on fontconfig. Closes #23382. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
a84593902b
commit
3bbe90e4ad
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ class Fox < Formula
|
|||
homepage "http://www.fox-toolkit.org/"
|
||||
url "http://fox-toolkit.org/ftp/fox-1.6.56.tar.gz"
|
||||
sha256 "c517e5fcac0e6b78ca003cc167db4f79d89e230e5085334253e1d3f544586cb2"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -12,6 +13,7 @@ class Fox < Formula
|
|||
end
|
||||
|
||||
depends_on :x11
|
||||
depends_on "fontconfig"
|
||||
depends_on "freetype"
|
||||
depends_on "libpng"
|
||||
depends_on "jpeg"
|
||||
|
|
Loading…
Reference in a new issue