Config.in 527 B

12345678910111213141516
  1. config BR2_PACKAGE_WAYLANDPP
  2. bool "waylandpp"
  3. depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND
  4. depends on BR2_HOST_GCC_AT_LEAST_4_9
  5. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
  6. depends on BR2_PACKAGE_WAYLAND
  7. help
  8. Wayland C++ bindings
  9. https://github.com/NilsBrause/waylandpp
  10. comment "waylandpp needs an OpenGL-EGL/wayland backend, a toolchain w/ gcc >= 4.9, host gcc >= 4.9"
  11. depends on BR2_PACKAGE_WAYLAND
  12. depends on !BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \
  13. !BR2_HOST_GCC_AT_LEAST_4_9 || \
  14. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9