[Buildroot] [git commit branch/next] package/kodi: Remove hyperflous option --disable-dvdcss

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 8 10:56:28 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=81a66756ca230c719d9e7f9cf303059659711543
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

The option is controlled later on inside this if-clause

ifeq ($(BR2_PACKAGE_KODI_OPTICALDRIVE),y)

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/kodi/kodi.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index 8712b12..f95d20d 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -34,7 +34,6 @@ KODI_CONF_ENV = \
 KODI_CONF_OPTS +=  \
 	--with-ffmpeg=shared \
 	--disable-crystalhd \
-	--disable-dvdcss \
 	--disable-hal \
 	--disable-joystick \
 	--disable-openmax \


More information about the buildroot mailing list