summaryrefslogtreecommitdiffstats
path: root/rules/gdk-pixbuf.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-10-28 08:07:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-12-09 09:42:22 +0100
commit5bd630497b3ea9b38d4b0f88c30dfe30f9aba419 (patch)
tree0db38155d7f46d9401b4919f278edfeb882902fd /rules/gdk-pixbuf.in
parent8d55afe532d523b197234057148b3c7177bd213a (diff)
downloadptxdist-5bd630497b3ea9b38d4b0f88c30dfe30f9aba419.tar.gz
ptxdist-5bd630497b3ea9b38d4b0f88c30dfe30f9aba419.tar.xz
gdk-pixbuf: add new packet
Current gtk versions need gdk-pixbuf, so we add it. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/gdk-pixbuf.in')
-rw-r--r--rules/gdk-pixbuf.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/gdk-pixbuf.in b/rules/gdk-pixbuf.in
new file mode 100644
index 000000000..ea5ffd5a3
--- /dev/null
+++ b/rules/gdk-pixbuf.in
@@ -0,0 +1,8 @@
+## SECTION=multimedia_gtk
+
+config GDK_PIXBUF
+ tristate
+ prompt "gdk-pixbuf"
+ select GLIB
+ help
+ GTK helper library for pixel handling.