package/kodi: Add option for lirc support
b641e1eea5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
cd18114d65
commit
0818a6551f
@@ -164,6 +164,11 @@ config BR2_PACKAGE_KODI_LIBCEC
|
|||||||
comment "hdmi cec support needs udev /dev management and a toolchain w/ dynamic library"
|
comment "hdmi cec support needs udev /dev management and a toolchain w/ dynamic library"
|
||||||
depends on BR2_STATIC_LIBS || !BR2_PACKAGE_HAS_UDEV
|
depends on BR2_STATIC_LIBS || !BR2_PACKAGE_HAS_UDEV
|
||||||
|
|
||||||
|
config BR2_PACKAGE_KODI_LIRC
|
||||||
|
bool "lirc"
|
||||||
|
help
|
||||||
|
Enable lirc support
|
||||||
|
|
||||||
config BR2_PACKAGE_KODI_LIBMICROHTTPD
|
config BR2_PACKAGE_KODI_LIBMICROHTTPD
|
||||||
bool "web server"
|
bool "web server"
|
||||||
select BR2_PACKAGE_LIBMICROHTTPD
|
select BR2_PACKAGE_LIBMICROHTTPD
|
||||||
|
|||||||
@@ -186,6 +186,12 @@ else
|
|||||||
KODI_CONF_OPTS += --disable-libcec
|
KODI_CONF_OPTS += --disable-libcec
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_KODI_LIRC),y)
|
||||||
|
KODI_CONF_OPTS += --enable-lirc
|
||||||
|
else
|
||||||
|
KODI_CONF_OPTS += --disable-lirc
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_KODI_WAVPACK),y)
|
ifeq ($(BR2_PACKAGE_KODI_WAVPACK),y)
|
||||||
KODI_DEPENDENCIES += wavpack
|
KODI_DEPENDENCIES += wavpack
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user