diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-29 16:23:30 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-29 16:23:30 +0100 |
commit | 7cca3003fa653447d814ead3fd805bd87c5872fd (patch) | |
tree | d38102e123ca9678800f40b6469bd6866d4eb7c9 | |
parent | 0b8e8124ed8e6573516efa244b67b70a39874de8 (diff) | |
download | meta-qt5-7cca3003fa653447d814ead3fd805bd87c5872fd.tar.gz |
qtmultimedia.inc: Fix duplicating '{'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtmultimedia.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtmultimedia.inc b/recipes-qt/qt5/qtmultimedia.inc index 66133f4b..3b7e5682 100644 --- a/recipes-qt/qt5/qtmultimedia.inc +++ b/recipes-qt/qt5/qtmultimedia.inc | |||
@@ -10,7 +10,7 @@ do_configure_prepend() { | |||
10 | # disable openal test if it isn't enabled by PACKAGECONFIG | 10 | # disable openal test if it isn't enabled by PACKAGECONFIG |
11 | sed -i 's/^qtCompileTest(openal)/OE_OPENAL_ENABLED:qtCompileTest(openal)/g' ${S}/qtmultimedia.pro | 11 | sed -i 's/^qtCompileTest(openal)/OE_OPENAL_ENABLED:qtCompileTest(openal)/g' ${S}/qtmultimedia.pro |
12 | # disable gstreamer-0.10 test if it isn't enabled by PACKAGECONFIG | 12 | # disable gstreamer-0.10 test if it isn't enabled by PACKAGECONFIG |
13 | sed -i 's/^\( *\)qtCompileTest(gstreamer)/\1OE_GSTREAMER010_ENABLED:qtCompileTest(gstreamer) {/g' ${S}/qtmultimedia.pro | 13 | sed -i 's/^\( *\)qtCompileTest(gstreamer) {/\1OE_GSTREAMER010_ENABLED:qtCompileTest(gstreamer) {/g' ${S}/qtmultimedia.pro |
14 | } | 14 | } |
15 | 15 | ||
16 | EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'openal', 'CONFIG+=OE_OPENAL_ENABLED', '', d)}" | 16 | EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'openal', 'CONFIG+=OE_OPENAL_ENABLED', '', d)}" |