kopia lustrzana https://github.com/Hamlib/Hamlib
* gnuradio backend requires GNU Radio >= 0.7 with new FIR API
* fodtrack backend needs linux/ppdev.h support (2.4+ kernels) git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1375 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
6a472bddf5
commit
e9b377f9bc
|
@ -267,7 +267,9 @@ case "$host_os" in
|
||||||
# Winradio only under Linux (until someone port it on other os)
|
# Winradio only under Linux (until someone port it on other os)
|
||||||
BACKEND_LIST="$BACKEND_LIST winradio"
|
BACKEND_LIST="$BACKEND_LIST winradio"
|
||||||
# TODO: support parallel port interface on other systems too
|
# TODO: support parallel port interface on other systems too
|
||||||
|
if test "${ac_cv_header_linux_ppdev_h}" = "yes"; then
|
||||||
ROT_BACKEND_LIST="$ROT_BACKEND_LIST fodtrack"
|
ROT_BACKEND_LIST="$ROT_BACKEND_LIST fodtrack"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
esac
|
esac
|
||||||
|
@ -282,7 +284,7 @@ if test "${cf_with_cxx}" = "yes" ; then
|
||||||
AC_MSG_RESULT($cf_with_gnuradio)
|
AC_MSG_RESULT($cf_with_gnuradio)
|
||||||
|
|
||||||
if test "${cf_with_gnuradio}" = "yes" ; then
|
if test "${cf_with_gnuradio}" = "yes" ; then
|
||||||
PKG_CHECK_MODULES(GNURADIO, gnuradio >= 0.6)
|
PKG_CHECK_MODULES(GNURADIO, gnuradio >= 0.7)
|
||||||
BACKEND_LIST="$BACKEND_LIST gnuradio"
|
BACKEND_LIST="$BACKEND_LIST gnuradio"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue