libbladerf: fix dependency order
This commit is contained in:
parent
48e466e5b1
commit
9dad46f94e
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ class Libbladerf < Formula
|
|||
sha256 "9de01abf00d154167160155eb6c64e9c9f83f11f8c0ce2ba862e94db43c9cbe2" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libusb"
|
||||
|
||||
# Fix cmake issue https://github.com/Nuand/bladeRF/issues/509
|
||||
|
|
Loading…
Reference in a new issue