aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/Makefile
diff options
context:
space:
mode:
authorjenkins4kodi <jenkins4kodi@users.noreply.github.com>2017-03-22 16:59:40 +0100
committerGitHub <noreply@github.com>2017-03-22 16:59:40 +0100
commit537227d8e3bc34f0ffd750784a3992d7db7e61d3 (patch)
treee24673fdc91e9e7222e845dec64e306925569de1 /tools/depends/target/Makefile
parentf8ce7d81b8306f1d85624996678a60bb8b567859 (diff)
parent65c1b41f151545ef55db85d5f27714bbc5016d85 (diff)
Merge pull request #11881 from stefansaraev/sdl-cleanup
Diffstat (limited to 'tools/depends/target/Makefile')
-rw-r--r--tools/depends/target/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index 7a330cc1d7..ebbe097a93 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -61,13 +61,11 @@ ifeq ($(NEED_LIBICONV),1)
endif
ALSA_LIB=
-LINUX_SYSTEM_LIBS=
ifeq ($(OS),linux)
DEPENDS += libuuid
#not for raspberry pi
ifneq ($(TARGET_PLATFORM),raspberry-pi)
- DEPENDS += libsdl2 linux-system-libs
- LINUX_SYSTEM_LIBS = linux-system-libs
+ DEPENDS += linux-system-libs
endif
DEPENDS += alsa-lib
ALSA_LIB = alsa-lib
@@ -98,7 +96,6 @@ nettle: gmp
pythonmodule-pycryptodome: python27 pythonmodule-setuptools
pythonmodule-pil: $(ZLIB) libjpeg-turbo libpng freetype2 python27 pythonmodule-setuptools
pythonmodule-setuptools: python27
-libsdl2: $(LINUX_SYSTEM_LIBS)
libxslt: libgcrypt libxml2
ffmpeg: $(ICONV) $(ZLIB) bzip2 $(FFMPEG_DEPENDS)
platform: p8-platform