commit: 4e6b05e0d7b406b3cc4be84ed54079d39c96bfcc
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Tue Jan 23 09:11:46 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 14:50:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6b05e0
media-tv/kodi: avoid variable not using by project warning
* Doesn't address warnings triggered later with building bundled
dependencies.
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-tv/kodi/kodi-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild
index 13ae6f98c30e..45afbd631bb4 100644
--- a/media-tv/kodi/kodi-9999.ebuild
+++ b/media-tv/kodi/kodi-9999.ebuild
@@ -385,7 +385,6 @@ src_configure() {
-DWITH_FFMPEG=$(usex system-ffmpeg)
#To bundle or not
- -DENABLE_INTERNAL_CEC=OFF
-DENABLE_INTERNAL_CROSSGUID=OFF
-DENABLE_INTERNAL_DAV1D=OFF
-DENABLE_INTERNAL_FFMPEG="$(usex !system-ffmpeg)"
@@ -409,6 +408,7 @@ src_configure() {
)
# Separated to avoid "Manually-specified variables were not used by the
project:"
+ use cec && mycmakeargs+=( -DENABLE_INTERNAL_CEC=OFF )
use css && mycmakeargs+=(
-Dlibdvdcss_URL="${DISTDIR}/libdvdcss-${LIBDVDCSS_VERSION}.tar.gz" )
use nfs && mycmakeargs+=( -DENABLE_INTERNAL_NFS=OFF )
use !system-ffmpeg && mycmakeargs+=(