diff options
Diffstat (limited to 'package/qt5/Config.in')
-rw-r--r-- | package/qt5/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt5/Config.in b/package/qt5/Config.in index df6ce4deb2..b3cb2adfe0 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -34,7 +34,7 @@ if BR2_PACKAGE_QT5 choice prompt "Qt5 version" -config BR2_QT5_VERSION_LATEST +config BR2_PACKAGE_QT5_VERSION_LATEST bool "Latest (5.8)" depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 depends on BR2_HOST_GCC_AT_LEAST_4_8 # C++11 @@ -45,7 +45,7 @@ config BR2_QT5_VERSION_LATEST comment "Latest Qt version needs host/toolchain w/ gcc >= 4.8" depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_HOST_GCC_AT_LEAST_4_8 -config BR2_QT5_VERSION_5_6 +config BR2_PACKAGE_QT5_VERSION_5_6 bool "LTS (5.6)" help This option builds Qt 5.6, which is licensed under |