summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-01-01 13:24:20 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-01 13:24:20 +0100
commit02f2d52f59e69b212bbec40e82a7b6b256196b53 (patch)
tree7b1c994a839fb8149b7a504ca8443ec9741cce20
parent89913cbec56c1a994d302cfbc86d8c3b22af5aee (diff)
downloadbuildroot-novena-02f2d52f59e69b212bbec40e82a7b6b256196b53.tar.gz
buildroot-novena-02f2d52f59e69b212bbec40e82a7b6b256196b53.zip
gst-plugins-bad: rsvg support needs C++ (but no longer GTK+)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/multimedia/gst-plugins-bad/Config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/multimedia/gst-plugins-bad/Config.in b/package/multimedia/gst-plugins-bad/Config.in
index d87aec4aa..9dd2daab8 100644
--- a/package/multimedia/gst-plugins-bad/Config.in
+++ b/package/multimedia/gst-plugins-bad/Config.in
@@ -288,9 +288,12 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG
bool "rsvg"
- depends on BR2_PACKAGE_LIBGTK2
+ depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_LIBRSVG
+comment "rsvg plugin requires a toolchain with C++ support"
+ depends on !BR2_INSTALL_LIBSTDCPP
+
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL
bool "sdl"
select BR2_PACKAGE_SDL