8db28f15bb
The always-built FDO backend relies on this. Signed-off-by: Charlie Turner <cturner@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
33 lines
953 B
Plaintext
33 lines
953 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
|
|
select BR2_PACKAGE_LIBXKBCOMMON
|
|
select BR2_PACKAGE_WAYLAND
|
|
select BR2_PACKAGE_WAYLAND_PROTOCOLS
|
|
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
|