From 7a3c1ab7e16362bdad29dfdd370c01f3926b8560 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Thu, 6 Jul 2017 10:54:27 +0200 Subject: qtivi: Use the option of the new configure system This also fixes the geniviextras-only PACKAGECONFIG, which wouldn't work otherwise Change-Id: I07c748742d755734e1004ee73391a396f8b78510 Reviewed-by: Gordan Markus --- recipes-qt/automotive/qtivi_git.bb | 4 ++-- 1 file 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 require recipes-qt/qt5/qt5-git.inc PACKAGECONFIG ?= "taglib" -PACKAGECONFIG[taglib] = "CONFIG+=config_taglib CONFIG+=done_config_taglib,CONFIG+=done_config_taglib,taglib" -PACKAGECONFIG[geniviextras-only] = "CONFIG+=geniviextras-only" +PACKAGECONFIG[taglib] = "QMAKE_EXTRA_ARGS+=-feature-taglib,QMAKE_EXTRA_ARGS+=-no-feature-taglib,taglib" +PACKAGECONFIG[geniviextras-only] = "QMAKE_EXTRA_ARGS+=--geniviextras-only" EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" -- cgit v1.2.3-54-g00ecf