qtmultimedia.inc: Fix duplicating '{'
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 29 Jan 2014 15:23:30 +0000 (16:23 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:45:23 +0000 (08:45 -0800)
(From meta-qt5 rev: 7cca3003fa653447d814ead3fd805bd87c5872fd)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-qt5/recipes-qt/qt5/qtmultimedia.inc

index 66133f4..3b7e568 100644 (file)
@@ -10,7 +10,7 @@ do_configure_prepend() {
     # disable openal test if it isn't enabled by PACKAGECONFIG
     sed -i 's/^qtCompileTest(openal)/OE_OPENAL_ENABLED:qtCompileTest(openal)/g' ${S}/qtmultimedia.pro
     # disable gstreamer-0.10 test if it isn't enabled by PACKAGECONFIG
-    sed -i 's/^\( *\)qtCompileTest(gstreamer)/\1OE_GSTREAMER010_ENABLED:qtCompileTest(gstreamer) {/g' ${S}/qtmultimedia.pro
+    sed -i 's/^\( *\)qtCompileTest(gstreamer) {/\1OE_GSTREAMER010_ENABLED:qtCompileTest(gstreamer) {/g' ${S}/qtmultimedia.pro
 }
 
 EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'openal', 'CONFIG+=OE_OPENAL_ENABLED', '', d)}"