python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / kmsxx / Config.in
blob1d174c18b16416c502a1bf8c7db2e5d824a6e909
1 config BR2_PACKAGE_KMSXX
2         bool "kms++"
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
8         help
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
15 if BR2_PACKAGE_KMSXX
17 config BR2_PACKAGE_KMSXX_INSTALL_TESTS
18         bool "Install test programs"
19         help
20           This option allows to install the kmsxx test programs.
22 endif
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