summaryrefslogtreecommitdiff
path: root/packages/graphics/graphics.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-10 18:27:34 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-10 18:27:34 +0200
commit72c4c684eef8f47f2f518278235d0ee8471c69ba (patch)
tree395a42f3601a3888415c35892fd553d570870e2c /packages/graphics/graphics.mk
parentf9659ad1bd7061db679460685b409e136fa71f8e (diff)
downloadembtoolkit-72c4c684eef8f47f2f518278235d0ee8471c69ba.tar.gz
embtoolkit-72c4c684eef8f47f2f518278235d0ee8471c69ba.tar.bz2
embtoolkit-72c4c684eef8f47f2f518278235d0ee8471c69ba.tar.xz
Packages: libtiff: give ability to build for host development machine
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/graphics/graphics.mk')
-rw-r--r--packages/graphics/graphics.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/graphics/graphics.mk b/packages/graphics/graphics.mk
index 023a884..a59f616 100644
--- a/packages/graphics/graphics.mk
+++ b/packages/graphics/graphics.mk
@@ -68,6 +68,7 @@ HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_LIBPNG) += libpng_host_install
#libtiff
include $(EMBTK_ROOT)/packages/graphics/libtiff/libtiff.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_LIBTIFF) += libtiff_install
+HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_LIBTIFF) += libtiff_host_install
#Pango
include $(EMBTK_ROOT)/packages/graphics/pango/pango.mk