summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/qtivi_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/automotive/qtivi_git.bb')
-rw-r--r--recipes-qt/automotive/qtivi_git.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb
index 0c50457..7c487ac 100644
--- a/recipes-qt/automotive/qtivi_git.bb
+++ b/recipes-qt/automotive/qtivi_git.bb
@@ -38,6 +38,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
38inherit qt5-module 38inherit qt5-module
39require recipes-qt/qt5/qt5-git.inc 39require recipes-qt/qt5/qt5-git.inc
40 40
41SRCREV = "ccc1f3af652e4f2785d9ac60eeae521130740b1a" 41PACKAGECONFIG ?= "taglib"
42PACKAGECONFIG[taglib] = "CONFIG+=config_taglib CONFIG+=done_config_taglib,CONFIG+=done_config_taglib,taglib"
42 43
43DEPENDS = "qtbase qtdeclarative" 44EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
45
46SRCREV = "1163c5e8e269d73b4e422a12e47f7db34285c4a0"
47
48DEPENDS = "qtbase qtdeclarative qtmultimedia"