aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-04-21 21:32:51 +0200
committerMemphiz <memphis@machzwo.de>2013-05-02 19:12:51 +0200
commitc9b0587dfc008fdffe4d6cafe0fcedc726acf8ab (patch)
treea94c05656e53c301fa87fe90152a4d877c4b38e4 /tools
parentad20c6f9073ad2852d1cf981f91ca7b66019c773 (diff)
[droid] - exclude libshairplay for android for now - until zeroconf and so versioning is solved
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index f1298f496a..dcf01b945a 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -33,6 +33,10 @@ ifeq ($(OS),osx)
EXCLUDED_DEPENDS = libusb
endif
+ifeq ($(OS),android)
+ EXCLUDED_DEPENDS = libshairplay
+endif
+
DEPENDS := $(filter-out $(EXCLUDED_DEPENDS),$(DEPENDS))
ZLIB=