Config.in 428 B

12345678910111213
  1. comment "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. config BR2_PACKAGE_LIBWPE
  4. bool "libwpe"
  5. depends on !BR2_STATIC_LIBS # dlfcn.h
  6. depends on BR2_INSTALL_LIBSTDCPP
  7. depends on BR2_PACKAGE_HAS_LIBEGL
  8. select BR2_PACKAGE_LIBXKBCOMMON
  9. help
  10. Base library for the WPE WebKit port.
  11. https://wpewebkit.org/