[Buildroot] [PATCH 4/4] package/kodi/kodi: Remove hyperflous option --disable-dvdcss

Bernd Kuhls bernd.kuhls at t-online.de
Sun Jun 14 09:10:33 UTC 2015


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>
---
 package/kodi/kodi/kodi.mk |    1 -
 1 file changed, 1 deletion(-)

diff --git a/package/kodi/kodi/kodi.mk b/package/kodi/kodi/kodi.mk
index cecc41f..2b21e1f 100644
--- a/package/kodi/kodi/kodi.mk
+++ b/package/kodi/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 \
-- 
1.7.10.4




More information about the buildroot mailing list