Skip to content

Commit bd173a6

Browse files
committed
dont use USB device support in iOS, tvOS and Android devices
1 parent ca8b133 commit bd173a6

File tree

7 files changed

+5
-38
lines changed

7 files changed

+5
-38
lines changed

CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ project(pvr.rtlradio)
44
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake)
55

66
option(DISTRIBUTION_BUILD "Linux distribution build (without use of depends folder)" OFF)
7-
if(CORE_SYSTEM_NAME STREQUAL windowsstore)
7+
if(CORE_SYSTEM_NAME STREQUAL windowsstore OR
8+
CORE_SYSTEM_NAME STREQUAL darwin_embedded OR
9+
CORE_SYSTEM_NAME STREQUAL android)
810
set(USB_DEVICE_SUPPORT False)
911
else()
1012
option(USB_DEVICE_SUPPORT "Build add-on with USB device support, if set to \"OFF\" RTL-SDR can only be accessed via network" ON)

depends/android/libudev-zero/CMakeLists.txt

-32
This file was deleted.

depends/android/libudev-zero/libudev-zero.sha256

-1
This file was deleted.

depends/android/libudev-zero/libudev-zero.txt

-1
This file was deleted.

depends/common/libusb/android-deps.txt

-1
This file was deleted.

depends/common/libusb/platforms.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
!windows !windowsstore
1+
!windows !windowsstore !android !darwin_embedded

depends/common/rtl-sdr/platforms.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
!windowsstore
1+
!windowsstore !android !darwin_embedded

0 commit comments

Comments
 (0)