package/kodi: libxslt is an optional package
After this commit
bad3902b4a
libxslt, together with libxml2, are an optional package.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
43122d64e0
commit
bf9bfd065b
@ -64,8 +64,6 @@ menuconfig BR2_PACKAGE_KODI
|
||||
select BR2_PACKAGE_LIBGLU if BR2_PACKAGE_KODI_GL_EGL
|
||||
select BR2_PACKAGE_LIBPLIST
|
||||
select BR2_PACKAGE_LIBSAMPLERATE
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
select BR2_PACKAGE_LIBXSLT
|
||||
select BR2_PACKAGE_LZO
|
||||
select BR2_PACKAGE_NCURSES
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
|
@ -33,8 +33,6 @@ KODI_DEPENDENCIES = \
|
||||
libfribidi \
|
||||
libplist \
|
||||
libsamplerate \
|
||||
libxml2 \
|
||||
libxslt \
|
||||
lzo \
|
||||
ncurses \
|
||||
openssl \
|
||||
@ -183,6 +181,13 @@ else
|
||||
KODI_CONF_OPTS += -DENABLE_CAP=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBXML2)$(BR2_PACKAGE_LIBXSLT),yy)
|
||||
KODI_CONF_OPTS += -DENABLE_XSLT=ON
|
||||
KODI_DEPENDENCIES += libxml2 libxslt
|
||||
else
|
||||
KODI_CONF_OPTS += -DENABLE_XSLT=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_KODI_BLUEZ),y)
|
||||
KODI_CONF_OPTS += -DENABLE_BLUETOOTH=ON
|
||||
KODI_DEPENDENCIES += bluez5_utils
|
||||
|
Loading…
Reference in New Issue
Block a user