mirror of
https://github.com/libretro/LudOS.git
synced 2024-11-30 04:10:33 +00:00
texturecache.py: reorg dependency
This commit is contained in:
parent
579722348f
commit
20e3c03ed0
@ -5,7 +5,7 @@
|
||||
PKG_NAME="kodi"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python2 zlib systemd pciutils lzo pcre swig:host libass curl fontconfig fribidi tinyxml libjpeg-turbo freetype libcdio taglib libxml2 libxslt rapidjson sqlite ffmpeg crossguid giflib libdvdnav libhdhomerun libfmt lirc libfstrcmp flatbuffers:host flatbuffers texturecache.py"
|
||||
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python2 zlib systemd pciutils lzo pcre swig:host libass curl fontconfig fribidi tinyxml libjpeg-turbo freetype libcdio taglib libxml2 libxslt rapidjson sqlite ffmpeg crossguid giflib libdvdnav libhdhomerun libfmt lirc libfstrcmp flatbuffers:host flatbuffers"
|
||||
PKG_LONGDESC="A free and open source cross-platform media player."
|
||||
|
||||
PKG_PATCH_DIRS="$KODI_VENDOR"
|
||||
|
@ -18,6 +18,9 @@ if [ "$MEDIACENTER" = "kodi" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET $MEDIACENTER-theme-$i"
|
||||
done
|
||||
|
||||
# python-based tool for kodi management
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET texturecache.py"
|
||||
|
||||
# some python stuff needed for various addons
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET Pillow \
|
||||
simplejson \
|
||||
|
Loading…
Reference in New Issue
Block a user