55fc80260b
... so we can drop all config options about it and previous versions. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
31 lines
966 B
Plaintext
31 lines
966 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_TOOLCHAIN_GCC_AT_LEAST_4_8 # qt5webkit -> icu
|
|
depends on !BR2_BINFMT_FLAT # qt5webkit -> icu
|
|
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
|
|
|
|
comment "qt-webkit-kiosk needs a toolchain w/ dynamic library, gcc >= 4.8"
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
|
depends on !BR2_BINFMT_FLAT
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|