aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/Makefile
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2015-10-07 16:53:42 +0200
committerwsnipex <wsnipex@a1.net>2015-11-19 19:49:36 +0100
commitc1adca4c79727f2d0683a7f8144e1af722649f3f (patch)
tree8fa4191be2cb201cd2c1f750074da9996d35575d /tools/depends/target/Makefile
parenta9bb9398cc7800e2fe3400539e192fbed1bc46b9 (diff)
[depends] bump python to 2.7.10
Diffstat (limited to 'tools/depends/target/Makefile')
-rw-r--r--tools/depends/target/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index ed17ca5834..30ae282595 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -12,7 +12,7 @@ DEPENDS = \
libogg libvorbis libflac fribidi libmpeg2 \
libass libsquish \
libmodplug librtmp libxml2 yajl libmicrohttpd mysql libffi \
- python26 libshairplay \
+ python27 libshairplay \
libplist libcec libbluray boost tinyxml dummy-libxbmc \
libamplayer libssh taglib libusb libnfs \
pythonmodule-pil libxslt ffmpeg platform crossguid libdcadec giflib
@@ -83,7 +83,7 @@ libflac: libogg gettext
libass: fontconfig libpng freetype2 expat $(ICONV)
librtmp: openssl
libmicrohttpd: gnutls libgcrypt libgpg-error
-python26: expat gettext libxml2 sqlite3 openssl libffi
+python27: expat gettext libxml2 sqlite3 openssl libffi
libcdio: $(ICONV)
libplist: libxml2 $(ZLIB)
libbluray: $(ICONV) libxml2
@@ -94,7 +94,7 @@ libpng: $(ZLIB)
openssl: $(ZLIB)
gnutls: nettle $(ZLIB)
nettle: gmp
-pythonmodule-pil: $(ZLIB) libjpeg-turbo libpng freetype2 python26
+pythonmodule-pil: $(ZLIB) libjpeg-turbo libpng freetype2 python27
libsdl2: $(LINUX_SYSTEM_LIBS)
libxslt: libgcrypt
ffmpeg: $(ICONV) $(ZLIB) bzip2 libvorbis $(FFMPEG_DEPENDS)