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