summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-01-23 11:11:46 +0200
committerSam James <sam@gentoo.org>2024-01-28 14:50:20 +0000
commit4e6b05e0d7b406b3cc4be84ed54079d39c96bfcc (patch)
tree2f1b0db4ec1d05e3ef99b248cafe74548f8adab3 /media-tv
parentmedia-tv/kodi: skip new failing test (diff)
downloadgentoo-4e6b05e0d7b406b3cc4be84ed54079d39c96bfcc.tar.gz
gentoo-4e6b05e0d7b406b3cc4be84ed54079d39c96bfcc.tar.bz2
gentoo-4e6b05e0d7b406b3cc4be84ed54079d39c96bfcc.zip
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@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/kodi/kodi-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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+=(