Support for UHD SDR interface

This commit is contained in:
Andreas Eversberg
2017-01-04 14:22:24 +01:00
parent b30b61282c
commit 57993e3e48
12 changed files with 412 additions and 1 deletions

View File

@@ -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(