2019-02-05 21:41:52 +01:00
|
|
|
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.
|
|
|
|
|
2019-11-26 13:34:56 +01:00
|
|
|
https://github.com/Igalia/cog
|
|
|
|
|
2019-02-05 21:41:52 +01:00
|
|
|
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
|