blob: 2ffaff6144c6fc6eb9f5547a6cb636256b21f27a (
plain)
1
2
3
4
5
6
7
8
|
require qt5-git.inc
require ${PN}.inc
# qtwayland wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
# this PV is only to indicate that this recipe is compatible with qt5 5.2.0
PV = "5.2.0+git${SRCPV}"
SRCREV = "3e9412e2fd91e64a565ed8ddbef76f57ca9413d5"
|