Commit ad31df3e authored by Bjoern's avatar Bjoern

mark protobuf build dependency as build only dep.

parent c32d0a25
...@@ -20,8 +20,8 @@ class Protobuf < Package ...@@ -20,8 +20,8 @@ class Protobuf < Package
x86_64: 'd96734af335416a6e78fefaa86c39c51baca17a3b5486f4d75022ee11f2aa1f2', x86_64: 'd96734af335416a6e78fefaa86c39c51baca17a3b5486f4d75022ee11f2aa1f2',
}) })
depends_on 'automake' depends_on 'automake' => :build
depends_on 'libtool' depends_on 'libtool' => :build
def self.build def self.build
system './autogen.sh' system './autogen.sh'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment