kodi: build external spdlog

This commit is contained in:
MilhouseVH 2020-04-16 23:06:28 +01:00
parent d6451da05b
commit ff660c5d99

View File

@ -5,7 +5,7 @@
PKG_NAME="kodi" PKG_NAME="kodi"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv" PKG_SITE="http://www.kodi.tv"
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python3 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 libudfread" PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python3 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 libudfread spdlog"
PKG_LONGDESC="A free and open source cross-platform media player." PKG_LONGDESC="A free and open source cross-platform media player."
PKG_BUILD_FLAGS="+speed" PKG_BUILD_FLAGS="+speed"
@ -218,6 +218,7 @@ configure_package() {
-DENABLE_INTERNAL_FFMPEG=OFF \ -DENABLE_INTERNAL_FFMPEG=OFF \
-DENABLE_INTERNAL_CROSSGUID=OFF \ -DENABLE_INTERNAL_CROSSGUID=OFF \
-DENABLE_INTERNAL_UDFREAD=OFF \ -DENABLE_INTERNAL_UDFREAD=OFF \
-DENABLE_INTERNAL_SPDLOG=OFF \
-DENABLE_UDEV=ON \ -DENABLE_UDEV=ON \
-DENABLE_DBUS=ON \ -DENABLE_DBUS=ON \
-DENABLE_XSLT=ON \ -DENABLE_XSLT=ON \