summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtmultimedia.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtmultimedia.inc')
-rw-r--r--recipes-qt/qt5/qtmultimedia.inc27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-qt/qt5/qtmultimedia.inc b/recipes-qt/qt5/qtmultimedia.inc
deleted file mode 100644
index bb53b9c9..00000000
--- a/recipes-qt/qt5/qtmultimedia.inc
+++ /dev/null
@@ -1,27 +0,0 @@
1require qt5.inc
2
3# There are no LGPLv3-only licensed files in this component.
4
5DEPENDS += "qtdeclarative"
6
7PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \
8 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"
9PACKAGECONFIG[alsa] = ",,alsa-lib"
10PACKAGECONFIG[pulseaudio] = ",,pulseaudio"
11PACKAGECONFIG[openal] = ",,openal-soft"
12PACKAGECONFIG[gstreamer] = ",,gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
13PACKAGECONFIG[gstreamer010] = ",,gstreamer gst-plugins-base gst-plugins-bad"
14
15EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '', 'CONFIG+=done_config_alsa', d)}"
16EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', '', 'CONFIG+=done_config_pulseaudio', d)}"
17EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'openal', '', 'CONFIG+=done_config_openal', d)}"
18
19# Handles GStreamer support
20EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'gstreamer', 'GST_VERSION=1.0', '', d)}"
21EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'gstreamer010', 'GST_VERSION=0.10', '', d)}"
22# Disable GStreamer if completely disabled
23EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains_any('PACKAGECONFIG', 'gstreamer gstreamer010', '', 'CONFIG+=done_config_gstreamer', d)}"
24
25SRC_URI += "\
26 file://0001-Initial-porting-effort-to-GStreamer-1.0.patch \
27"