kde5-functions.eclass: Fix {FRAMEWORKS,QT}_MINIMAL for Plasma 5.12

This commit is contained in:
Andreas Sturmlechner
2018-02-06 21:31:46 +01:00
parent 6175788916
commit 3048e0dfd8

View File

@@ -37,6 +37,10 @@ case ${CATEGORY} in
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-plasma)
if [[ ${PV} = 5.12* ]]; then
: ${QT_MINIMAL:=5.9.1}
: ${FRAMEWORKS_MINIMAL:=5.42.0}
fi
if [[ ${KDE_BUILD_TYPE} = live ]]; then
: ${QT_MINIMAL:=5.9.1}
: ${FRAMEWORKS_MINIMAL:=9999}