meta-digi-del: Overwrite dependencies for gst-plugins-bad.
The librsvg dependency is left out as it adds a dependency on gtk+.
The original addition of that dependency is:
commit 30dbfde8ebcb761120eb1ab1d213e850cac966fd
Author: Dongxiao Xu <dongxiao.xu@intel.com>
Date: Thu Mar 10 13:51:20 2011 +0800
gst-plugins-bad: add missing dependency librsvg
Defaultly gst-plugins-bad will configured with option --enable-rsvg.
Besides, it will check if librsvg really exists by certain configure
code.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
bb688e68ee
commit
a173e548b9
|
|
@ -1,4 +1,9 @@
|
|||
# Overwrite DEPENDS to avoid livrsvg dependency
|
||||
# which brings in gtk+
|
||||
DEPENDS = "gst-plugins-base libmusicbrainz tremor curl"
|
||||
|
||||
EXTRA_OECONF += "\
|
||||
--disable-rsvg \
|
||||
--disable-bayer \
|
||||
--disable-camerabin \
|
||||
--disable-cdxaparse \
|
||||
|
|
|
|||
Loading…
Reference in New Issue