cf1c12bdba
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 q 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>
24 lines
651 B
Plaintext
24 lines
651 B
Plaintext
config BR2_PACKAGE_QT_WEBKIT_KIOSK
|
|
bool "qt-webkit-kiosk"
|
|
depends on BR2_PACKAGE_QT5
|
|
depends on !BR2_STATIC_LIBS # qt5webkit
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5webkit
|
|
depends on !BR2_BINFMT_FLAT # qt5webkit
|
|
depends on !BR2_MIPS_SOFT_FLOAT # qt5webkit
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
select BR2_PACKAGE_QT5BASE_WIDGETS
|
|
select BR2_PACKAGE_QT5WEBKIT
|
|
select BR2_PACKAGE_QT5MULTIMEDIA
|
|
help
|
|
Simple kiosk-mode browser powered by Qt5Webkit
|
|
|
|
if BR2_PACKAGE_QT_WEBKIT_KIOSK
|
|
|
|
config BR2_PACKAGE_QT_WEBKIT_KIOSK_SOUNDS
|
|
bool "Install browser sound files"
|
|
help
|
|
Deploy browser sound files on target
|
|
|
|
endif
|