xdot: Add dependency on adwaita-icon-theme

Without this dependency the icons in the toolbar are indistinguishable.
This fixes #19187.

Closes #36675.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Alex Richardson 2019-02-03 12:38:51 +00:00 committed by FX Coudert
parent 1dcecaec8e
commit 52406f1804

View file

@ -13,6 +13,7 @@ class Xdot < Formula
sha256 "d6712e41657d53116ad6eb9e18607e937372b2565259f4357d0ee302c9e535cc" => :sierra
end
depends_on "adwaita-icon-theme"
depends_on "gtk+3"
depends_on "py3cairo"
depends_on "pygobject3"