plplot: depend on cairo
pango already depends on cairo, and it's required for the extcairo support that the test assumes is present Closes #6685. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
b9330d682a
commit
2f86d08bc7
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class Plplot < Formula
|
|||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "cairo"
|
||||
depends_on "pango"
|
||||
depends_on "freetype"
|
||||
depends_on "libtool" => :run
|
||||
|
|
Loading…
Reference in a new issue