formula_creator: remove redundant dep for meson

This commit is contained in:
Jonathan Chang 2019-07-17 14:26:32 +10:00
parent 2874a2dd32
commit f3e15955b3

View File

@ -96,12 +96,12 @@ module Homebrew
<% end %>
sha256 "#{sha256}"
<% end %>
<% if mode == :cmake %>
depends_on "cmake" => :build
<% elsif mode == :meson %>
depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "python" => :build
<% elsif mode.nil? %>
# depends_on "cmake" => :build
<% end %>