diff options
-rw-r--r-- | recipes-qt/automotive/gammaray_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb index 0d397a3..06fe24a 100644 --- a/recipes-qt/automotive/gammaray_git.bb +++ b/recipes-qt/automotive/gammaray_git.bb | |||
@@ -9,14 +9,14 @@ inherit cmake_qt5 | |||
9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" | 9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" |
10 | 10 | ||
11 | BRANCH = "master" | 11 | BRANCH = "master" |
12 | SRCREV = "fc0b87dcff40276bc1e4ad6c86674363ca576617" | 12 | SRCREV = "4e8ff158816f07ced45a2cc71cf4176b7c0656d2" |
13 | PV = "master+git${SRCPV}" | 13 | PV = "master+git${SRCPV}" |
14 | 14 | ||
15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d" | 15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF" | 19 | EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF -DGAMMARAY_CORE_ONLY_LAUNCHER=ON" |
20 | 20 | ||
21 | FILES_${PN}-dev += " \ | 21 | FILES_${PN}-dev += " \ |
22 | /usr/lib/cmake/* \ | 22 | /usr/lib/cmake/* \ |