summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-02-21 10:41:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-21 17:48:09 +0000
commit7cf4ea2d60a5778f9408fab84f1004dc040e2413 (patch)
treeddb68bd6ce36ea40dc2c839f00525d2c46353b0b /meta/recipes-multimedia
parent6910c5b4b42dcca506dec752dc63ce77249e7e6c (diff)
downloadpoky-7cf4ea2d60a5778f9408fab84f1004dc040e2413.tar.gz
gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG
Instead of disabling unconditionally, add PACKAGECONFIG for qt5. Imported from meta-qt5 layer. (From OE-Core rev: 62ec484190f51b265606ab1937a5245ddb68eee6) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb
index f3e0ceed50..8b34111d38 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb
@@ -42,6 +42,7 @@ PACKAGECONFIG[libpng] = "-Dpng=enabled,-Dpng=disabled,libpng"
42PACKAGECONFIG[libv4l2] = "-Dv4l2-libv4l2=enabled,-Dv4l2-libv4l2=disabled,v4l-utils" 42PACKAGECONFIG[libv4l2] = "-Dv4l2-libv4l2=enabled,-Dv4l2-libv4l2=disabled,v4l-utils"
43PACKAGECONFIG[mpg123] = "-Dmpg123=enabled,-Dmpg123=disabled,mpg123" 43PACKAGECONFIG[mpg123] = "-Dmpg123=enabled,-Dmpg123=disabled,mpg123"
44PACKAGECONFIG[pulseaudio] = "-Dpulse=enabled,-Dpulse=disabled,pulseaudio" 44PACKAGECONFIG[pulseaudio] = "-Dpulse=enabled,-Dpulse=disabled,pulseaudio"
45PACKAGECONFIG[qt5] = "-Dqt5=enabled,-Dqt5=disabled,qtbase qtdeclarative qtbase-native"
45PACKAGECONFIG[soup] = "-Dsoup=enabled,-Dsoup=disabled,libsoup-2.4" 46PACKAGECONFIG[soup] = "-Dsoup=enabled,-Dsoup=disabled,libsoup-2.4"
46PACKAGECONFIG[speex] = "-Dspeex=enabled,-Dspeex=disabled,speex" 47PACKAGECONFIG[speex] = "-Dspeex=enabled,-Dspeex=disabled,speex"
47PACKAGECONFIG[taglib] = "-Dtaglib=enabled,-Dtaglib=disabled,taglib" 48PACKAGECONFIG[taglib] = "-Dtaglib=enabled,-Dtaglib=disabled,taglib"
@@ -50,11 +51,6 @@ PACKAGECONFIG[vpx] = "-Dvpx=enabled,-Dvpx=disabled,libvpx"
50PACKAGECONFIG[wavpack] = "-Dwavpack=enabled,-Dwavpack=disabled,wavpack" 51PACKAGECONFIG[wavpack] = "-Dwavpack=enabled,-Dwavpack=disabled,wavpack"
51PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}" 52PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}"
52 53
53# qt5 support is disabled, because it is not present in OE core, and requires more work than
54# just adding a packageconfig (it requires access to moc, uic, rcc, and qmake paths).
55# This is better done in a separate qt5 layer (which then should add a "qt5" packageconfig
56# in a gstreamer1.0-plugins-good bbappend).
57
58EXTRA_OEMESON += " \ 54EXTRA_OEMESON += " \
59 -Daalib=disabled \ 55 -Daalib=disabled \
60 -Ddirectsound=disabled \ 56 -Ddirectsound=disabled \
@@ -64,7 +60,6 @@ EXTRA_OEMESON += " \
64 -Doss4=disabled \ 60 -Doss4=disabled \
65 -Dosxaudio=disabled \ 61 -Dosxaudio=disabled \
66 -Dosxvideo=disabled \ 62 -Dosxvideo=disabled \
67 -Dqt5=disabled \
68 -Dshout2=disabled \ 63 -Dshout2=disabled \
69 -Dtwolame=disabled \ 64 -Dtwolame=disabled \
70 -Dwaveform=disabled \ 65 -Dwaveform=disabled \