2010-10-18 15:21:52 +02:00
|
|
|
config BR2_PACKAGE_GDK_PIXBUF
|
|
|
|
bool "gdk-pixbuf"
|
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
2010-10-18 15:21:52 +02:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2010-12-09 10:54:59 +01:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2010-10-18 15:21:52 +02:00
|
|
|
help
|
|
|
|
Gdk-Pixbuf is an image loader and scaler. It uses GObject
|
|
|
|
and the GLib, to integrate well with GNOME applications.
|
|
|
|
|
|
|
|
http://www.gtk.org/
|
2013-07-15 21:47:50 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "gdk-pixbuf needs a toolchain w/ wchar, threads"
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|