config BR2_PACKAGE_DING_LIBS
bool "ding-libs"
+ depends on BR2_USE_WCHAR || !BR2_NEEDS_GETTEXT
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
- depends on BR2_USE_WCHAR || !BR2_NEEDS_GETTEXT
help
The ding-libs packages contain a set of libraries used by
the System Security Services Daemon (SSSD) and other
config BR2_PACKAGE_DIRECTFB_MULTI
bool "directfb multi application"
- select BR2_PACKAGE_LINUX_FUSION
depends on BR2_USE_MMU # madvise()
depends on BR2_LINUX_KERNEL
+ select BR2_PACKAGE_LINUX_FUSION
help
Enable use of multiple concurrent DirectFB applications
config BR2_PACKAGE_DIRECTFB_TSLIB
bool "enable touchscreen support"
- depends on !BR2_STATIC_LIBS # tslib
default y
+ depends on !BR2_STATIC_LIBS # tslib
select BR2_PACKAGE_TSLIB
comment "touchscreen support needs a toolchain w/ dynamic library"
config BR2_PACKAGE_DIRECTFB_IMLIB2
bool "enable IMLIB2 support"
- select BR2_PACKAGE_IMLIB2
depends on !BR2_STATIC_LIBS
+ select BR2_PACKAGE_IMLIB2
comment "imlib2 support needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
config BR2_PACKAGE_DOCKER_ENGINE_DAEMON
bool "docker daemon"
+ default y
depends on BR2_USE_MMU # docker-containerd
select BR2_PACKAGE_DOCKER_CONTAINERD # runtime dependency
select BR2_PACKAGE_IPTABLES # runtime dependency
select BR2_PACKAGE_SQLITE # runtime dependency
- default y
help
Build the Docker system daemon.
If not selected, will build client only.
config BR2_PACKAGE_DOS2UNIX
- select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
bool "dos2unix"
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help
dos2unix converts text file line endings between CRLF and LF
config BR2_PACKAGE_DOVECOT_MYSQL
bool "mysql support"
- select BR2_PACKAGE_MYSQL
depends on BR2_INSTALL_LIBSTDCPP # mysql
depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
+ select BR2_PACKAGE_MYSQL
help
Enable MySQL support.
config BR2_PACKAGE_DROPWATCH
bool "dropwatch"
- select BR2_PACKAGE_BINUTILS
depends on !BR2_nios2 # binutils
depends on BR2_USE_WCHAR # binutils
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
+ select BR2_PACKAGE_BINUTILS
select BR2_PACKAGE_READLINE
select BR2_PACKAGE_LIBNL
- depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
help
Dropwatch is an interactive utility for monitoring and
recording packets that are dropped by the kernel
config BR2_PACKAGE_DVBLAST
bool "dvblast"
+ depends on !BR2_bfin # libev
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep()
select BR2_PACKAGE_BITSTREAM
select BR2_PACKAGE_LIBEV
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
- depends on !BR2_bfin # libev
- depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep()
help
DVBlast is a simple and powerful MPEG-2/TS demux and
streaming application.