diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-02-21 10:41:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 17:48:09 +0000 |
commit | 6910c5b4b42dcca506dec752dc63ce77249e7e6c (patch) | |
tree | 8bc7c3840481bbe7d99e7cdfb1e068f83ccb450c /meta/recipes-multimedia | |
parent | f15f142ca6a13111c73151f91268eb0205f2ae2e (diff) | |
download | poky-6910c5b4b42dcca506dec752dc63ce77249e7e6c.tar.gz |
gstreamer1.0-plugins-good: change EXTRA_OECONF -> EXTRA_OEMESON
Use the correct variable so options actually get used and
use the correct qt option name to prevent errors.
(From OE-Core rev: fbaf9afcbeb031860c249d73650649f8d032310d)
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.bb | 4 |
1 files changed, 2 insertions, 2 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 1b4db19f8b..f3e0ceed50 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 | |||
@@ -55,7 +55,7 @@ PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}" | |||
55 | # This is better done in a separate qt5 layer (which then should add a "qt5" packageconfig | 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). | 56 | # in a gstreamer1.0-plugins-good bbappend). |
57 | 57 | ||
58 | EXTRA_OECONF += " \ | 58 | EXTRA_OEMESON += " \ |
59 | -Daalib=disabled \ | 59 | -Daalib=disabled \ |
60 | -Ddirectsound=disabled \ | 60 | -Ddirectsound=disabled \ |
61 | -Ddv=disabled \ | 61 | -Ddv=disabled \ |
@@ -64,7 +64,7 @@ EXTRA_OECONF += " \ | |||
64 | -Doss4=disabled \ | 64 | -Doss4=disabled \ |
65 | -Dosxaudio=disabled \ | 65 | -Dosxaudio=disabled \ |
66 | -Dosxvideo=disabled \ | 66 | -Dosxvideo=disabled \ |
67 | -Dqt=disabled \ | 67 | -Dqt5=disabled \ |
68 | -Dshout2=disabled \ | 68 | -Dshout2=disabled \ |
69 | -Dtwolame=disabled \ | 69 | -Dtwolame=disabled \ |
70 | -Dwaveform=disabled \ | 70 | -Dwaveform=disabled \ |