mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
f73e2a6c33
Add an upstream URL to the help text in Config.in. This addresses the 'Missing' URL status in the package stats web page output. Signed-off-by: Mark Corbin <mark@dibsco.co.uk> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
30 lines
854 B
Plaintext
30 lines
854 B
Plaintext
comment "cog needs wpewebkit and a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_PACKAGE_WPEWEBKIT || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
config BR2_PACKAGE_COG
|
|
bool "cog"
|
|
depends on BR2_PACKAGE_WPEWEBKIT
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
|
|
depends on BR2_USE_MMU # dbus
|
|
select BR2_PACKAGE_DBUS
|
|
help
|
|
Single "window" launcher for the WebKit WPE port, and
|
|
helper library for implementing WPE launcher. It does
|
|
not provide any chrome, and is suitable to be used
|
|
as a Web application container.
|
|
|
|
https://github.com/Igalia/cog
|
|
|
|
if BR2_PACKAGE_COG
|
|
|
|
config BR2_PACKAGE_COG_PROGRAMS_HOME_URI
|
|
string "home uri"
|
|
default "https://wpewebkit.org"
|
|
help
|
|
Default URI to open when "cog" is launched. If an empty
|
|
string is used, there is no default and the URI to open
|
|
must be always specified in the command line.
|
|
|
|
endif
|