summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarlson2k (Evgeny Grin) <k2k@narod.ru>2021-02-09 22:03:26 +0300
committerCraig Andrews <candrews@gentoo.org>2021-02-18 09:43:26 -0500
commitc691d99a40c6306d0f7097cac9465517e9caa0a1 (patch)
treecf3f83004ca6b7b2f1f653026c95be8f3db68561 /media-tv/kodi/kodi-9999.ebuild
parentmedia-tv/kodi: disabled features not needed for build (diff)
downloadgentoo-c691d99a40c6306d0f7097cac9465517e9caa0a1.tar.gz
gentoo-c691d99a40c6306d0f7097cac9465517e9caa0a1.tar.bz2
gentoo-c691d99a40c6306d0f7097cac9465517e9caa0a1.zip
media-tv/kodi: control ISO9660 support with 'optical' flag
Both 'ENABLE_OPTICAL' and 'ENABLE_ISO9660PP' are based on libcdio. It makes sense to sync their usage, as both are required to read optical disks. Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-tv/kodi/kodi-9999.ebuild')
-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 8d558c9a915f..9ecb4dff66cc 100644
--- a/media-tv/kodi/kodi-9999.ebuild
+++ b/media-tv/kodi/kodi-9999.ebuild
@@ -261,7 +261,7 @@ src_configure() {
-DENABLE_CLANGFORMAT=OFF
-DENABLE_CLANGTIDY=OFF
-DENABLE_CPPCHECK=OFF
- -DENABLE_ISO9660PP=ON
+ -DENABLE_ISO9660PP=$(usex optical)
-DENABLE_CEC=$(usex cec)
-DENABLE_DBUS=$(usex dbus)
-DENABLE_DVDCSS=$(usex css)