summaryrefslogtreecommitdiff
path: root/package/gstreamer/gst-plugins-bad
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-02-04 01:34:00 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-07 20:47:36 +0100
commite90117f3fc38e25e9d82e2322cbee44500b04453 (patch)
treec16b41ee98b233ea8af45bce124657b52f61080f /package/gstreamer/gst-plugins-bad
parentdc1d6d10cfc9c61f81b1d3c267061f9b195abd34 (diff)
gst-plugins-bad: add missing indirect dependency on atomics for rsvg
Also removed the redundant indirect dependencies on wchar, threads (gstreamer depends on libglib2 so this indirect dependency is obvious). Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gstreamer/gst-plugins-bad')
-rw-r--r--package/gstreamer/gst-plugins-bad/Config.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/package/gstreamer/gst-plugins-bad/Config.in b/package/gstreamer/gst-plugins-bad/Config.in
index f69c71b5c..1e8b5ae81 100644
--- a/package/gstreamer/gst-plugins-bad/Config.in
+++ b/package/gstreamer/gst-plugins-bad/Config.in
@@ -297,14 +297,13 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG
bool "rsvg"
- depends on BR2_INSTALL_LIBSTDCPP
- depends on BR2_USE_WCHAR # librsvg -> libglib2
- depends on BR2_TOOLCHAIN_HAS_THREADS # librsvg -> libglib2
+ depends on BR2_INSTALL_LIBSTDCPP # librsvg -> pango
+ depends on BR2_ARCH_HAS_ATOMICS # librsvg -> cairo
select BR2_PACKAGE_LIBRSVG
-comment "rsvg plugin needs a toolchain w/ C++, wchar, threads"
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
- !BR2_TOOLCHAIN_HAS_THREADS
+comment "rsvg plugin needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
+ depends on BR2_ARCH_HAS_ATOMICS
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL
bool "sdl"