diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-06-10 15:38:57 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-06-10 16:20:52 +0200 |
| commit | 1ec1f865515223426518e0709d4ca8b57dded6fc (patch) | |
| tree | d8c193814584aad2431f4edc7dde8c9e0c14f601 /package/gstreamer | |
| parent | 9962368a90516fa90625be58319b486f960afa1c (diff) | |
| download | buildroot-1ec1f865515223426518e0709d4ca8b57dded6fc.tar.gz buildroot-1ec1f865515223426518e0709d4ca8b57dded6fc.zip | |
librsvg: bump to version 2.42.5
- Add a dependency to host-cargo
- Add a patch to set RUST_TARGET
- Add a dependency to BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
- Forward this dependency to efl svg, enlightment, gst-plugins-bad and
gst1-plugins-bad
- Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Thomas: propagate the new dependency to the gst-plugins-bad and
gst1-plugins-bad Config.in comments.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gstreamer')
| -rw-r--r-- | package/gstreamer/gst-plugins-bad/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gstreamer/gst-plugins-bad/Config.in b/package/gstreamer/gst-plugins-bad/Config.in index 7bbd56a602..3f2392afdb 100644 --- a/package/gstreamer/gst-plugins-bad/Config.in +++ b/package/gstreamer/gst-plugins-bad/Config.in @@ -297,11 +297,13 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG bool "rsvg" + depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS # librsvg depends on BR2_INSTALL_LIBSTDCPP # librsvg -> pango depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz select BR2_PACKAGE_LIBRSVG comment "rsvg plugin needs a toolchain w/ C++" + depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS depends on !BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_SYNC_4 |

