stlink: modernize autotools deps
This commit is contained in:
parent
0d44a0a44d
commit
8251405622
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ class Stlink < Formula
|
|||
|
||||
depends_on "libusb"
|
||||
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue