Commit 89913cbe authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

librsvg: pango needs C++ support

parent 3a8e6fc8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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