hc
2023-12-04 f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
   depends on BR2_PACKAGE_WAYLAND
   select BR2_PACKAGE_LIBEPOXY
   select BR2_PACKAGE_LIBGLIB2
   select BR2_PACKAGE_LIBWPE
   help
     WPEBackend interface using freedesktop.org API.
 
     https://wpewebkit.org/