mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
package/kodi: Add suboption to control UPnP support
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
632b5aa9ab
commit
29ad494654
@ -227,6 +227,11 @@ config BR2_PACKAGE_KODI_LIBVA
|
|||||||
help
|
help
|
||||||
Enable libva support.
|
Enable libva support.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_KODI_UPNP
|
||||||
|
bool "upnp"
|
||||||
|
help
|
||||||
|
Enable UPnP support
|
||||||
|
|
||||||
config BR2_PACKAGE_KODI_OPTICALDRIVE
|
config BR2_PACKAGE_KODI_OPTICALDRIVE
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
@ -228,6 +228,12 @@ else
|
|||||||
KODI_CONF_OPTS += --disable-vaapi
|
KODI_CONF_OPTS += --disable-vaapi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_KODI_UPNP),y)
|
||||||
|
KODI_CONF_OPTS += --enable-upnp
|
||||||
|
else
|
||||||
|
KODI_CONF_OPTS += --disable-upnp
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_KODI_OPTICALDRIVE),y)
|
ifeq ($(BR2_PACKAGE_KODI_OPTICALDRIVE),y)
|
||||||
KODI_CONF_OPTS += --enable-optical-drive --enable-dvdcss
|
KODI_CONF_OPTS += --enable-optical-drive --enable-dvdcss
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user