librsvg: fix dependency order

This commit is contained in:
commitay 2018-09-18 07:56:27 +10:00
parent 01c47a0583
commit f8b393ba8f

View file

@ -12,9 +12,9 @@ class Librsvg < Formula
sha256 "6d7418c2911ce65c4895ce5c39e49ff8cac58e6c424295089533189802c868bc" => :el_capitan sha256 "6d7418c2911ce65c4895ce5c39e49ff8cac58e6c424295089533189802c868bc" => :el_capitan
end end
depends_on "gobject-introspection" => :build
depends_on "pkg-config" => :build depends_on "pkg-config" => :build
depends_on "rust" => :build depends_on "rust" => :build
depends_on "gobject-introspection" => :build
depends_on "cairo" depends_on "cairo"
depends_on "gdk-pixbuf" depends_on "gdk-pixbuf"
depends_on "glib" depends_on "glib"