aboutsummaryrefslogtreecommitdiffstats
path: root/package/gdk-pixbuf/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-10-29 13:50:02 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-10-29 13:50:02 +0200
commit6b3406a975954f40dec35ea19613b89c3f93d4d5 (patch)
tree49f93082fa469e2c3ff178e9f894d6b851e3a674 /package/gdk-pixbuf/Config.in
parent19e306338e7fa8fb840f93eccdce897e387739c5 (diff)
parent376dcb23adf6ff60884bd4393d1f3e2f79bc3602 (diff)
downloadbuildroot-novena-6b3406a975954f40dec35ea19613b89c3f93d4d5.tar.gz
buildroot-novena-6b3406a975954f40dec35ea19613b89c3f93d4d5.zip
Merge branch 'for-2010.11/gtk-bump' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/gdk-pixbuf/Config.in')
-rw-r--r--package/gdk-pixbuf/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/gdk-pixbuf/Config.in b/package/gdk-pixbuf/Config.in
new file mode 100644
index 000000000..384f07602
--- /dev/null
+++ b/package/gdk-pixbuf/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_GDK_PIXBUF
+ bool "gdk-pixbuf"
+ depends on BR2_USE_WCHAR # glib2
+ select BR2_PACKAGE_LIBGLIB2
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
+ select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
+ 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/