summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/automotive/qtivi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb
index 3da3dde..8a01c29 100644
--- a/recipes-qt/automotive/qtivi_git.bb
+++ b/recipes-qt/automotive/qtivi_git.bb
@@ -43,8 +43,8 @@ inherit qt5-module
43require recipes-qt/qt5/qt5-git.inc 43require recipes-qt/qt5/qt5-git.inc
44 44
45PACKAGECONFIG ?= "taglib" 45PACKAGECONFIG ?= "taglib"
46PACKAGECONFIG[taglib] = "CONFIG+=config_taglib CONFIG+=done_config_taglib,CONFIG+=done_config_taglib,taglib" 46PACKAGECONFIG[taglib] = "QMAKE_EXTRA_ARGS+=-feature-taglib,QMAKE_EXTRA_ARGS+=-no-feature-taglib,taglib"
47PACKAGECONFIG[geniviextras-only] = "CONFIG+=geniviextras-only" 47PACKAGECONFIG[geniviextras-only] = "QMAKE_EXTRA_ARGS+=--geniviextras-only"
48 48
49EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" 49EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
50 50