[Buildroot] gtk+

Sven Neumann s.neumann at raumfeld.com
Tue Jul 3 15:28:37 UTC 2012


On Tue, 2012-07-03 at 11:11 +0200, Thomas Petazzoni wrote:

> gtk+ requires:

>  * A toolchain with wide char support and C++ support.
> 
> These dependencies can be found by reading package/libgtk2/Config.in:
> 
> config BR2_PACKAGE_LIBGTK2
>         bool "libgtk2"
> 	[...]
>         depends on BR2_PACKAGE_XORG7||BR2_PACKAGE_DIRECTFB
>         depends on BR2_USE_WCHAR # glib2
>         depends on BR2_INSTALL_LIBSTDCPP # pango
>         help
>           The GTK+ version 2 graphical user interface library

I don't quite understand why pango needs C++ support though. As far as I
know it is written in plain C. The pango Config.in file refers to
freetype:

        depends on BR2_INSTALL_LIBSTDCPP # freetype support

But freetype itself doesn't depend on C++ support.


Regards,
Sven




More information about the buildroot mailing list