mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
kodi: build external spdlog
This commit is contained in:
parent
d6451da05b
commit
ff660c5d99
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user