Merge pull request #3698 from MilhouseVH/le10_drop_ninja_with_kodi

kodi: building with ninja makes xbmc/1600 more likely - don't use ninja
This commit is contained in:
Matthias Reichl 2019-07-14 23:03:34 +02:00 committed by GitHub
commit 3db8a2ed6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ PKG_SITE="http://www.kodi.tv"
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python2 zlib systemd 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_BUILD_FLAGS="+speed"
PKG_TOOLCHAIN="cmake-make"
PKG_PATCH_DIRS="$KODI_VENDOR"