gst-plugins-bad: rsvg support needs C++ (but no longer GTK+)
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Jan 2013 12:24:20 +0000 (13:24 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Jan 2013 12:24:20 +0000 (13:24 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/gst-plugins-bad/Config.in

index d87aec4aa73a63569c5ee06f6c7799b1bd6f62cf..9dd2daab83c7eec9b4da93f3a895174d99793bfe 100644 (file)
@@ -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