kodi: remove obsolete options

This commit is contained in:
MilhouseVH 2018-01-01 14:32:24 +00:00
parent 074b4adbc1
commit 219a08aade
3 changed files with 0 additions and 13 deletions

View File

@ -130,7 +130,6 @@ show_config() {
config_message="$config_message\n $dashes$dashes"
config_message="$config_message\n - Kodi version:\t\t\t $MEDIACENTER"
config_message="$config_message\n - Kodi nonfree support:\t\t $KODI_NONFREE_SUPPORT"
config_message="$config_message\n - Kodi Blu-Ray support:\t\t $KODI_BLURAY_SUPPORT"
if [ "$KODI_BLURAY_SUPPORT" = "yes" ] ; then
config_message="$config_message\n - Bluray BD+ support:\t\t $BLURAY_BDPLUS_SUPPORT"

View File

@ -43,10 +43,6 @@
# build and install espeak support (yes / no)
ESPEAK_SUPPORT="yes"
# build and install with non-free support
# (RAR compression support in KODI) (yes / no)
KODI_NONFREE_SUPPORT="yes"
# build and install with BluRay support (yes / no)
KODI_BLURAY_SUPPORT="yes"

View File

@ -82,12 +82,6 @@ else
KODI_OPTICAL="-DENABLE_OPTICAL=OFF"
fi
if [ "$KODI_NONFREE_SUPPORT" = yes ]; then
KODI_NONFREE="-DENABLE_NONFREE=ON"
else
KODI_NONFREE="-DENABLE_NONFREE=OFF"
fi
if [ "$KODI_DVDCSS_SUPPORT" = yes ]; then
KODI_DVDCSS="-DENABLE_DVDCSS=ON \
-DLIBDVDCSS_URL=$SOURCES/libdvdcss/libdvdcss-$(get_pkg_version libdvdcss).tar.gz"
@ -215,7 +209,6 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
-DENABLE_INTERNAL_FFMPEG=OFF \
-DFFMPEG_INCLUDE_DIRS=$SYSROOT_PREFIX/usr \
-DENABLE_INTERNAL_CROSSGUID=OFF \
-DENABLE_SDL=OFF \
-DENABLE_OPENSSL=ON \
-DENABLE_UDEV=ON \
-DENABLE_DBUS=ON \
@ -241,7 +234,6 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
$KODI_SSH \
$KODI_AIRPLAY \
$KODI_AIRTUNES \
$KODI_NONFREE \
$KODI_OPTICAL \
$KODI_BLURAY \
$KODI_PLAYER"