1283cb0fc2
The new version adds a few new features, and now uses libepoxy for OpenGL code, so add that as a dependency. Release notes: https://wpewebkit.org/release/wpebackend-fdo-1.8.0.html Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
764 B
Plaintext
21 lines
764 B
Plaintext
comment "wpebackend-fdo needs a toolchain w/ C++, wchar, threads, dynamic library and an OpenEGL-capable Wayland backend"
|
|
depends on !BR2_PACKAGE_HAS_LIBEGL_WAYLAND || !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_WAYLAND
|
|
select BR2_PACKAGE_LIBEPOXY
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_LIBWPE
|
|
select BR2_PACKAGE_WAYLAND
|
|
help
|
|
WPEBackend interface using freedesktop.org API.
|
|
|
|
https://wpewebkit.org/
|