diff options
author | fuzzard <fuzzard@kodi.tv> | 2021-11-17 19:54:27 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2021-11-23 19:43:32 +1000 |
commit | 568e49211041643a5a1e0cf60b9368024d3f55f8 (patch) | |
tree | b03f24a34f98a50eea4ef8e2bc6d3a791a3aef7b /tools/depends/target/Makefile | |
parent | 4eef745e26869d8d1d7b87e52cfb38640f4198cc (diff) |
[tools/depends][target] disable googletest for android/darwinembedded
No need for googletest target for mobile platforms
Diffstat (limited to 'tools/depends/target/Makefile')
-rw-r--r-- | tools/depends/target/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index 6e7b926a56..947fe28d73 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -24,7 +24,7 @@ else endif ifeq ($(OS),darwin_embedded) - EXCLUDED_DEPENDS = libcec libusb + EXCLUDED_DEPENDS = libcec libusb googletest ifeq ($(TARGET_PLATFORM),appletvos) DEPENDS += boblight EXCLUDED_DEPENDS += libshairplay libplist @@ -43,7 +43,7 @@ ifeq ($(OS),osx) endif ifeq ($(OS),android) - EXCLUDED_DEPENDS = libcec libusb + EXCLUDED_DEPENDS = libcec libusb googletest DEPENDS += dummy-libxbmc libuuid libandroidjni libzip PYMODULE_DEPS = dummy-libxbmc LIBUUID = libuuid |