1 config BR2_PACKAGE_KMSXX
3 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
4 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
5 depends on BR2_INSTALL_LIBSTDCPP
6 depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
7 select BR2_PACKAGE_LIBDRM
9 libkms++ is a C++11 library for kernel mode setting.
11 Also included are simple test tools for KMS.
13 https://github.com/tomba/kmsxx
17 config BR2_PACKAGE_KMSXX_INSTALL_TESTS
18 bool "Install test programs"
20 This option allows to install the kmsxx test programs.
24 comment "kms++ needs a toolchain w/ threads, C++, gcc >= 4.8, headers >= 3.8"
25 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || \
26 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8