diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-07-27 21:51:14 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-07-27 21:51:14 +0200 |
commit | b2a3d5fe80d528bd09ba839deefa718201aa0e47 (patch) | |
tree | 159e9c7ee75fe40ac12b4efc02cc6e9cb30b7c19 /tools/depends/target/Makefile | |
parent | c3f7450eec7987c6148c251e2b71d95d21a48a44 (diff) |
[depends] dummy-libxbmc is only required for android
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 d17347a8f5..821a18a8c3 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -11,7 +11,7 @@ DEPENDS = \ libjpeg-turbo libpng fribidi libass \ libxml2 rapidjson libmicrohttpd mysql libffi \ python27 libshairplay libfmt \ - libplist libcec libbluray tinyxml dummy-libxbmc \ + libplist libcec libbluray tinyxml \ libssh taglib libusb libnfs \ pythonmodule-pil pythonmodule-pycryptodome pythonmodule-setuptools \ libxslt ffmpeg platform crossguid \ @@ -42,7 +42,7 @@ endif ifeq ($(OS),android) EXCLUDED_DEPENDS = libcec libusb - DEPENDS += libuuid libandroidjni + DEPENDS += dummy-libxbmc libuuid libandroidjni CROSSGUID_DEPS = libuuid endif |