xref: /OK3568_Linux_fs/buildroot/package/libwpe/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "libwpe needs a toolchain w/ C++, dynamic library and an OpenEGL-capable backend"
2	depends on !BR2_PACKAGE_HAS_LIBEGL || !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
3
4config BR2_PACKAGE_LIBWPE
5	bool "libwpe"
6	depends on !BR2_STATIC_LIBS # dlfcn.h
7	depends on BR2_INSTALL_LIBSTDCPP
8	depends on BR2_PACKAGE_HAS_LIBEGL
9	select BR2_PACKAGE_LIBXKBCOMMON
10	help
11	  Base library for the WPE WebKit port.
12
13	  https://wpewebkit.org/
14