fs/ubifs: work around fakeroot / sed -i issue on systems with SELinux enabled
[buildroot-gz.git] / package / qt5 / qt5serialbus / Config.in
blobf5b713dbaec3f1fde8ad850a1516048394f7fb08
1 config BR2_PACKAGE_QT5SERIALBUS
2         bool "qt5serialbus"
3         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 # CAN FD
4         select BR2_PACKAGE_QT5BASE
5         select BR2_PACKAGE_QT5SERIALPORT
6         help
7           Qt is a cross-platform application and UI framework for
8           developers using C++.
10           This package corresponds to the qt5serialbus module.
12           http://qt.io
14 comment "qt5serialbus needs headers >= 3.6"
15         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6