librsvg: pango needs C++ support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3a8e6fc86f
commit
89913cbec5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user