mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f15f142ca6
commit
6910c5b4b4
@@ -55,7 +55,7 @@ PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}"
|
||||
# This is better done in a separate qt5 layer (which then should add a "qt5" packageconfig
|
||||
# in a gstreamer1.0-plugins-good bbappend).
|
||||
|
||||
EXTRA_OECONF += " \
|
||||
EXTRA_OEMESON += " \
|
||||
-Daalib=disabled \
|
||||
-Ddirectsound=disabled \
|
||||
-Ddv=disabled \
|
||||
@@ -64,7 +64,7 @@ EXTRA_OECONF += " \
|
||||
-Doss4=disabled \
|
||||
-Dosxaudio=disabled \
|
||||
-Dosxvideo=disabled \
|
||||
-Dqt=disabled \
|
||||
-Dqt5=disabled \
|
||||
-Dshout2=disabled \
|
||||
-Dtwolame=disabled \
|
||||
-Dwaveform=disabled \
|
||||
|
||||
Reference in New Issue
Block a user