buildroot/package/waylandpp/Config.in
Bernd Kuhls 5ba7d209c6 package/waylandpp: new package
Building waylandpp for the target requires a wayland-scanner++ binary
built for the host.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas: use 'depends on BR2_PACKAGE_WAYLAND' instead of a select.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-11-23 22:13:17 +01:00

17 lines
527 B
Plaintext

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_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"
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