diff options
author | Memphiz <memphis@machzwo.de> | 2013-04-21 21:32:51 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-05-02 19:12:51 +0200 |
commit | c9b0587dfc008fdffe4d6cafe0fcedc726acf8ab (patch) | |
tree | a94c05656e53c301fa87fe90152a4d877c4b38e4 /tools | |
parent | ad20c6f9073ad2852d1cf981f91ca7b66019c773 (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/Makefile | 4 |
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= |