From 219a08aadeff80a7fdcb3e064a2e7300ba1865f7 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Mon, 1 Jan 2018 14:32:24 +0000 Subject: [PATCH] kodi: remove obsolete options --- config/show_config | 1 - distributions/LibreELEC/options | 4 ---- packages/mediacenter/kodi/package.mk | 8 -------- 3 files changed, 13 deletions(-) diff --git a/config/show_config b/config/show_config index 9c090f137f..dbc90a6522 100644 --- a/config/show_config +++ b/config/show_config @@ -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" diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index 5765813dfa..c90a8883a0 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -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" diff --git a/packages/mediacenter/kodi/package.mk b/packages/mediacenter/kodi/package.mk index 9d2ea794b1..744c3ced49 100644 --- a/packages/mediacenter/kodi/package.mk +++ b/packages/mediacenter/kodi/package.mk @@ -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"