summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 faed987..104d48d 100644
--- a/packages/graphics/graphics.mk
+++ b/packages/graphics/graphics.mk
@@ -62,6 +62,7 @@ ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_LIBJPEG) += libjpeg_install
#libpng
include $(EMBTK_ROOT)/packages/graphics/libpng/libpng.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_LIBPNG) += libpng_install
+HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_LIBPNG) += libpng_host_install
#libtiff
include $(EMBTK_ROOT)/packages/graphics/libtiff/libtiff.mk