aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-01-04 14:22:24 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-02-18 21:00:49 +0100
commit57993e3e4817dd690394af7a1bb9f58c2a92a135 (patch)
tree91258169d44545c3902dc48fef160a757d1be651 /configure.ac
parentb30b61282c9677fda612db2c45f9e8e42c2257a4 (diff)
Support for UHD SDR interface
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cb4dbdb..58543f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,8 @@ AC_CANONICAL_HOST
PKG_CHECK_MODULES(ALSA, alsa >= 1.0)
have_sdr=no
+PKG_CHECK_MODULES(UHD, uhd >= 3.0.0, have_sdr=yes have_uhd=yes, have_uhd=no)
+AM_CONDITIONAL(HAVE_UHD, test "x$have_uhd" == "xyes" )
AM_CONDITIONAL(HAVE_SDR, test "x$have_sdr" == "xyes" )
AC_OUTPUT(