1*4882a593Smuzhiyunconfig BR2_PACKAGE_GDK_PIXBUF 2*4882a593Smuzhiyun bool "gdk-pixbuf" 3*4882a593Smuzhiyun depends on BR2_USE_WCHAR # glib2 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 5*4882a593Smuzhiyun depends on BR2_USE_MMU # glib2 6*4882a593Smuzhiyun select BR2_PACKAGE_LIBGLIB2 7*4882a593Smuzhiyun select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun Gdk-Pixbuf is an image loader and scaler. It uses GObject 10*4882a593Smuzhiyun and the GLib, to integrate well with GNOME applications. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun https://www.gtk.org/ 13*4882a593Smuzhiyun 14*4882a593Smuzhiyuncomment "gdk-pixbuf needs a toolchain w/ wchar, threads" 15*4882a593Smuzhiyun depends on BR2_USE_MMU 16*4882a593Smuzhiyun depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS 17