20 lines
711 B
Plaintext
20 lines
711 B
Plaintext
|
comment "wpebackend-fdo needs a toolchain w/ C++, wchar, threads, dynamic library and an OpenEGL-capable backend"
|
||
|
depends on !BR2_PACKAGE_HAS_LIBEGL || !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
|
||
|
|| !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||
|
|
||
|
config BR2_PACKAGE_WPEBACKEND_FDO
|
||
|
bool "wpebackend-fdo"
|
||
|
depends on !BR2_STATIC_LIBS # wayland
|
||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # wayland, libglib2
|
||
|
depends on BR2_USE_WCHAR # libglib2
|
||
|
depends on BR2_USE_MMU # libglib2
|
||
|
depends on BR2_PACKAGE_HAS_LIBEGL
|
||
|
select BR2_PACKAGE_LIBGLIB2
|
||
|
select BR2_PACKAGE_LIBWPE
|
||
|
select BR2_PACKAGE_WAYLAND
|
||
|
help
|
||
|
WPEBackend interface using freedesktop.org API.
|
||
|
|
||
|
https://wpewebkit.org/
|