mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
PlutoSDR input Debian build: fixed devices/plutosdr cmake file
This commit is contained in:
parent
0f4cedf83b
commit
99b1070b3d
@ -41,7 +41,7 @@ add_library(plutosdrdevice SHARED
|
||||
|
||||
if (BUILD_DEBIAN)
|
||||
target_link_libraries(plutosdrdevice
|
||||
libiio
|
||||
iio
|
||||
sdrbase
|
||||
)
|
||||
else (BUILD_DEBIAN)
|
||||
|
@ -1,30 +1,30 @@
|
||||
#ifndef IIO_CONFIG_H
|
||||
#define IIO_CONFIG_H
|
||||
|
||||
#define LIBIIO_VERSION_MAJOR 0
|
||||
#define LIBIIO_VERSION_MINOR 10
|
||||
#define LIBIIO_VERSION_GIT "3b288d4"
|
||||
|
||||
#define LOG_LEVEL Info_L
|
||||
|
||||
/* #undef WITH_LOCAL_BACKEND */
|
||||
#define WITH_XML_BACKEND
|
||||
/* #undef WITH_NETWORK_BACKEND */
|
||||
#define WITH_USB_BACKEND
|
||||
/* #undef WITH_SERIAL_BACKEND */
|
||||
/* #undef WITH_MATLAB_BINDINGS_API */
|
||||
|
||||
/* #undef WITH_NETWORK_GET_BUFFER */
|
||||
/* #undef WITH_NETWORK_EVENTFD */
|
||||
/* #undef WITH_IIOD_USBD */
|
||||
/* #undef WITH_LOCAL_CONFIG */
|
||||
#define HAS_PIPE2
|
||||
#define HAS_STRDUP
|
||||
#define HAS_STRERROR_R
|
||||
#define HAS_NEWLOCALE
|
||||
/* #undef HAS_PTHREAD_SETNAME_NP */
|
||||
/* #undef HAVE_IPV6 */
|
||||
/* #undef HAVE_AVAHI */
|
||||
/* #undef NO_THREADS */
|
||||
|
||||
#endif /* IIO_CONFIG_H */
|
||||
#ifndef IIO_CONFIG_H
|
||||
#define IIO_CONFIG_H
|
||||
|
||||
#define LIBIIO_VERSION_MAJOR 0
|
||||
#define LIBIIO_VERSION_MINOR 10
|
||||
#define LIBIIO_VERSION_GIT "3b288d4"
|
||||
|
||||
#define LOG_LEVEL Info_L
|
||||
|
||||
/* #undef WITH_LOCAL_BACKEND */
|
||||
#define WITH_XML_BACKEND
|
||||
/* #undef WITH_NETWORK_BACKEND */
|
||||
#define WITH_USB_BACKEND
|
||||
/* #undef WITH_SERIAL_BACKEND */
|
||||
/* #undef WITH_MATLAB_BINDINGS_API */
|
||||
|
||||
/* #undef WITH_NETWORK_GET_BUFFER */
|
||||
/* #undef WITH_NETWORK_EVENTFD */
|
||||
/* #undef WITH_IIOD_USBD */
|
||||
/* #undef WITH_LOCAL_CONFIG */
|
||||
#define HAS_PIPE2
|
||||
#define HAS_STRDUP
|
||||
#define HAS_STRERROR_R
|
||||
#define HAS_NEWLOCALE
|
||||
/* #undef HAS_PTHREAD_SETNAME_NP */
|
||||
/* #undef HAVE_IPV6 */
|
||||
/* #undef HAVE_AVAHI */
|
||||
/* #undef NO_THREADS */
|
||||
|
||||
#endif /* IIO_CONFIG_H */
|
||||
|
Loading…
Reference in New Issue
Block a user