diff options
Diffstat (limited to 'package/qt5/qt5base/Config.in')
-rw-r--r-- | package/qt5/qt5base/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in index 106517f441..603df45766 100644 --- a/package/qt5/qt5base/Config.in +++ b/package/qt5/qt5base/Config.in @@ -179,6 +179,10 @@ config BR2_PACKAGE_QT5BASE_LINUXFB config BR2_PACKAGE_QT5BASE_DIRECTFB bool "directfb support" select BR2_PACKAGE_DIRECTFB + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5 # directfb + +comment "directfb needs a toolchain w/ gcc >= 4.5" + depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5 config BR2_PACKAGE_QT5BASE_XCB bool "X.org XCB support" |