8fd62b4e37
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter d in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
502 B
Plaintext
17 lines
502 B
Plaintext
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
|
|
help
|
|
DVBlast is a simple and powerful MPEG-2/TS demux and
|
|
streaming application.
|
|
|
|
http://www.videolan.org/projects/dvblast.html
|
|
|
|
comment "dvblast needs a toolchain w/ NPTL"
|
|
depends on !BR2_bfin # libev
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|