summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/automotive/gammaray_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb
index 2209f61..f9fb715 100644
--- a/recipes-qt/automotive/gammaray_git.bb
+++ b/recipes-qt/automotive/gammaray_git.bb
@@ -9,10 +9,10 @@ inherit cmake_qt5
9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" 9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}"
10 10
11BRANCH = "master" 11BRANCH = "master"
12SRCREV = "add939931c7b7ca0fb413b3457ff4b5be6282451" 12SRCREV = "b961eb1b84718256acc678ec16a2b45e98990cd7"
13PV = "master+git${SRCPV}" 13PV = "master+git${SRCPV}"
14 14
15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi \ 15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml \
16 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" 16 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"