From 5d32ed8a2e9f157b5c99a9c75d1333a1f0452a0f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 10 Jul 2011 20:04:06 +0200 Subject: 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 --- packages/graphics/graphics.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/graphics/graphics.mk') 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 -- cgit v1.2.3