Skip to content

Commit 14b4a24

Browse files
committed
lte-cell-scanner: build with HackRF support
PR'd upstream: dholm/homebrew-sdr#20
1 parent f9895f3 commit 14b4a24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lte-cell-scanner.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class LteCellScanner < Formula
88

99
depends_on "cmake" => :build
1010
depends_on "librtlsdr"
11+
depends_on "hackrf"
1112
depends_on "boost"
1213
depends_on "itpp"
1314
depends_on "openblas"
@@ -17,6 +18,7 @@ def install
1718
mkdir "build" do
1819
args = %W[
1920
-DUSE_RTLSDR=1
21+
-DUSE_HACKRF=1
2022
] + std_cmake_args
2123

2224
system "cmake", "..", *args

0 commit comments

Comments
 (0)