summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-02-07 18:33:26 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-13 10:16:12 -0200
commit0732449ee42bb3582e5c141fa2363e18beb43a9f (patch)
treece419d83b655de84c1b33cb4ebfd0012b34ddb1c
parent41772b33725f4adc19990aa201a399a6a6180348 (diff)
downloadmeta-qt5-0732449ee42bb3582e5c141fa2363e18beb43a9f.tar.gz
qtmultimedia: Fix floating dependency gst-plugins-bad
When using GStreamer 0.10 support, QMake detects if GStreamer Photography interface is available. To avoid a floating dependency we add the gst-plugins-bad as dependency so it is always present. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-qt/qt5/qtmultimedia.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtmultimedia.inc b/recipes-qt/qt5/qtmultimedia.inc
index 427f6882..e85d202b 100644
--- a/recipes-qt/qt5/qtmultimedia.inc
+++ b/recipes-qt/qt5/qtmultimedia.inc
@@ -7,7 +7,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d
7PACKAGECONFIG[alsa] = ",,alsa-lib" 7PACKAGECONFIG[alsa] = ",,alsa-lib"
8PACKAGECONFIG[pulseaudio] = ",,pulseaudio" 8PACKAGECONFIG[pulseaudio] = ",,pulseaudio"
9PACKAGECONFIG[openal] = ",,openal-soft" 9PACKAGECONFIG[openal] = ",,openal-soft"
10PACKAGECONFIG[gstreamer010] = ",,gstreamer gst-plugins-base" 10PACKAGECONFIG[gstreamer010] = ",,gstreamer gst-plugins-base gst-plugins-bad"
11 11
12EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'alsa', '', 'CONFIG+=done_config_alsa', d)}" 12EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'alsa', '', 'CONFIG+=done_config_alsa', d)}"
13EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'pulseaudio', '', 'CONFIG+=done_config_pulseaudio', d)}" 13EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'pulseaudio', '', 'CONFIG+=done_config_pulseaudio', d)}"