mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
package/kodi: Remove dependency for BR2_STATIC_LIBS from sub packages
Kodi itself already depends on !BR2_STATIC_LIBS, there is no need to duplicate this as reverse dependencies in sub options which depend on Kodi. 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
c913784c98
commit
a95fae661d
@ -117,7 +117,6 @@ config BR2_PACKAGE_KODI_ALSA_LIB
|
|||||||
|
|
||||||
config BR2_PACKAGE_KODI_AVAHI
|
config BR2_PACKAGE_KODI_AVAHI
|
||||||
bool "avahi"
|
bool "avahi"
|
||||||
depends on !BR2_STATIC_LIBS # avahi
|
|
||||||
select BR2_PACKAGE_AVAHI
|
select BR2_PACKAGE_AVAHI
|
||||||
select BR2_PACKAGE_AVAHI_DAEMON
|
select BR2_PACKAGE_AVAHI_DAEMON
|
||||||
help
|
help
|
||||||
@ -132,26 +131,21 @@ config BR2_PACKAGE_KODI_DBUS
|
|||||||
|
|
||||||
config BR2_PACKAGE_KODI_LIBBLURAY
|
config BR2_PACKAGE_KODI_LIBBLURAY
|
||||||
bool "blu-ray"
|
bool "blu-ray"
|
||||||
depends on !BR2_STATIC_LIBS
|
|
||||||
select BR2_PACKAGE_LIBBLURAY
|
select BR2_PACKAGE_LIBBLURAY
|
||||||
help
|
help
|
||||||
Enable Blu-ray input support.
|
Enable Blu-ray input support.
|
||||||
Select this if you want to play back Blu-ray content.
|
Select this if you want to play back Blu-ray content.
|
||||||
|
|
||||||
comment "libbluray support needs a toolchain w/ dynamic library"
|
|
||||||
depends on BR2_STATIC_LIBS
|
|
||||||
|
|
||||||
config BR2_PACKAGE_KODI_LIBCEC
|
config BR2_PACKAGE_KODI_LIBCEC
|
||||||
bool "hdmi cec"
|
bool "hdmi cec"
|
||||||
depends on !BR2_STATIC_LIBS # libcec
|
|
||||||
depends on BR2_PACKAGE_HAS_UDEV
|
depends on BR2_PACKAGE_HAS_UDEV
|
||||||
select BR2_PACKAGE_LIBCEC
|
select BR2_PACKAGE_LIBCEC
|
||||||
help
|
help
|
||||||
Enable CEC (Consumer Electronics Control) support.
|
Enable CEC (Consumer Electronics Control) support.
|
||||||
Select this if you want Kodi to support HDMI CEC.
|
Select this if you want Kodi to support HDMI CEC.
|
||||||
|
|
||||||
comment "hdmi cec support needs udev /dev management and a toolchain w/ dynamic library"
|
comment "hdmi cec support needs udev /dev management"
|
||||||
depends on BR2_STATIC_LIBS || !BR2_PACKAGE_HAS_UDEV
|
depends on !BR2_PACKAGE_HAS_UDEV
|
||||||
|
|
||||||
config BR2_PACKAGE_KODI_LIRC
|
config BR2_PACKAGE_KODI_LIRC
|
||||||
bool "lirc"
|
bool "lirc"
|
||||||
@ -184,15 +178,11 @@ config BR2_PACKAGE_KODI_RTMPDUMP
|
|||||||
|
|
||||||
config BR2_PACKAGE_KODI_LIBSHAIRPLAY
|
config BR2_PACKAGE_KODI_LIBSHAIRPLAY
|
||||||
bool "shairport"
|
bool "shairport"
|
||||||
depends on !BR2_STATIC_LIBS # libshairplay -> avahi
|
|
||||||
select BR2_PACKAGE_LIBSHAIRPLAY
|
select BR2_PACKAGE_LIBSHAIRPLAY
|
||||||
help
|
help
|
||||||
Enable Shairport support.
|
Enable Shairport support.
|
||||||
Select this if you want to stream content from an Apple device.
|
Select this if you want to stream content from an Apple device.
|
||||||
|
|
||||||
comment "shairport support needs a toolchain w/ dynamic library"
|
|
||||||
depends on BR2_STATIC_LIBS
|
|
||||||
|
|
||||||
comment "samba support needs a (e)glibc or uClibc toolchain w/ RPC"
|
comment "samba support needs a (e)glibc or uClibc toolchain w/ RPC"
|
||||||
depends on (!BR2_TOOLCHAIN_USES_GLIBC && \
|
depends on (!BR2_TOOLCHAIN_USES_GLIBC && \
|
||||||
!BR2_TOOLCHAIN_USES_UCLIBC) || !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
!BR2_TOOLCHAIN_USES_UCLIBC) || !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||||
@ -228,14 +218,10 @@ config BR2_PACKAGE_KODI_LIBUSB
|
|||||||
|
|
||||||
config BR2_PACKAGE_KODI_LIBVA
|
config BR2_PACKAGE_KODI_LIBVA
|
||||||
bool "va"
|
bool "va"
|
||||||
depends on !BR2_STATIC_LIBS
|
|
||||||
select BR2_PACKAGE_LIBVA
|
select BR2_PACKAGE_LIBVA
|
||||||
help
|
help
|
||||||
Enable libva support.
|
Enable libva support.
|
||||||
|
|
||||||
comment "libva support needs a toolchain w/ dynamic library"
|
|
||||||
depends on BR2_STATIC_LIBS
|
|
||||||
|
|
||||||
config BR2_PACKAGE_KODI_OPTICALDRIVE
|
config BR2_PACKAGE_KODI_OPTICALDRIVE
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user