From: Peter Korsgaard Date: Wed, 26 Feb 2020 14:46:08 +0000 (+0100) Subject: package/qt5: drop QT5_VERSION_LATEST symbol X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=993ddd2765024b1213cbd55e6ca4912419b40118;p=buildroot.git package/qt5: drop QT5_VERSION_LATEST symbol Now that all the references to this symbol are gone, remove the blind symbol. Signed-off-by: Peter Korsgaard --- diff --git a/package/qt5/Config.in b/package/qt5/Config.in index 7051bf517a..4bbc688249 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -37,10 +37,6 @@ menuconfig BR2_PACKAGE_QT5 if BR2_PACKAGE_QT5 -config BR2_PACKAGE_QT5_VERSION_LATEST - bool - default y - source "package/qt5/qt53d/Config.in" source "package/qt5/qt5base/Config.in" source "package/qt5/qt5canvas3d/Config.in"