librsvg: pango needs C++ support
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Jan 2013 12:20:38 +0000 (13:20 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Jan 2013 12:20:38 +0000 (13:20 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/librsvg/Config.in

index 855b3d643927978e0d2b97074b1c14546c4810fd..b2ef6adf47926c6499235381f895bbb28601a367 100644 (file)
@@ -7,8 +7,12 @@ config BR2_PACKAGE_LIBRSVG
        select BR2_PACKAGE_LIBGLIB2
        select BR2_PACKAGE_GDK_PIXBUF
        depends on BR2_USE_WCHAR # glib2
+       depends on BR2_INSTALL_LIBSTDCPP # pango
        help
          The rsvg library is an efficient renderer for Scalable
          Vector Graphics (SVG) pictures.
 
          http://librsvg.sourceforge.net/
+
+comment "librsvg requires a toolchain with WCHAR and C++ support"
+       depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP