summaryrefslogtreecommitdiff
path: root/packages/graphics/graphics.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-10 20:04:06 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-10 20:12:47 +0200
commit5d32ed8a2e9f157b5c99a9c75d1333a1f0452a0f (patch)
tree5de6d4e1d289c88d9199f2cdbbc30c51f162802f /packages/graphics/graphics.mk
parentc4bf1e6ad694c1cbfa7b246bbc139cdc74487cb6 (diff)
downloadembtoolkit-5d32ed8a2e9f157b5c99a9c75d1333a1f0452a0f.tar.gz
embtoolkit-5d32ed8a2e9f157b5c99a9c75d1333a1f0452a0f.tar.bz2
embtoolkit-5d32ed8a2e9f157b5c99a9c75d1333a1f0452a0f.tar.xz
Packages: NEW: Add gdk-pixbuf-2.22.1
This adds a new package, gdk-pixbuf and it needs glib-2.26.x and greater. It is for the moment only available for host development machine, it is only needed to build gtk-demo. Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/graphics/graphics.mk')
-rw-r--r--packages/graphics/graphics.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/graphics/graphics.mk b/packages/graphics/graphics.mk
index a59f616..abc628b 100644
--- a/packages/graphics/graphics.mk
+++ b/packages/graphics/graphics.mk
@@ -47,6 +47,11 @@ ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_FREEFONT_TTF) += freefont_ttf_install
include $(EMBTK_ROOT)/packages/graphics/freetype/freetype.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_FREETYPE) += freetype_install
+#gdk-pixbuf
+include $(EMBTK_ROOT)/packages/graphics/gdk-pixbuf/gdk-pixbuf.mk
+ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_GDKPIXBUF) += gdkpixbuf_install
+HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_GDKPIXBUF) += gdkpixbuf_host_install
+
#gtk+
include $(EMBTK_ROOT)/packages/graphics/gtk/gtk.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_GTK) += gtk_install