The trinity-cmake package has been added as a dependency.

Signed-off-by: ormorph <roma251078@mail.ru>
pull/212/head
ormorph 3 years ago
parent 253c286418
commit ddf7333488

@ -197,6 +197,10 @@ if [[ ${BUILD_TYPE} == live ]]; then
trinity-base|trinity-apps)
[[ ${PN} != tdelibs ]] && [[ ${TRINITY_MODULE_TYPE} != "dependencies" ]] &&
COMMON_DEPEND+=" ~trinity-base/tdelibs-${PV}"
[[ ${PN} == "14.0.1"[1-9] ]] || [[ "${BUILD_TYPE}" == "live" ]] &&
[[ ${TRINITY_MODULE_NAME} != "tde-common-cmake" ]] &&
[[ ${TRINITY_BUILD_ADMIN} != "yes" ]] &&
COMMON_DEPEND+=" ~trinity-base/trinity-cmake-${PV}"
;;
*) ;;
esac

Loading…
Cancel
Save