librsvg: Make x11 and gtk+ recommended and gtk+3 optional
Closes Homebrew/homebrew#36808. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
2d19af2ba3
commit
9dc1d10694
1 changed files with 3 additions and 2 deletions
|
@ -13,9 +13,10 @@ class Librsvg < Formula
|
|||
sha1 "ab5c9bcad344e53fc5f6c53af902971ec1a9505e" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on :x11
|
||||
depends_on :x11 => :recommended
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'gtk+'
|
||||
depends_on 'gtk+' => :recommended
|
||||
depends_on 'gtk+3' => :optional
|
||||
depends_on 'libcroco'
|
||||
depends_on 'libgsf' => :optional
|
||||
|
||||
|
|
Loading…
Reference in a new issue