summaryrefslogtreecommitdiff
path: root/mk/packages.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/packages.mk')
-rw-r--r--mk/packages.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/packages.mk b/mk/packages.mk
index 603397b..36109e6 100644
--- a/mk/packages.mk
+++ b/mk/packages.mk
@@ -76,10 +76,11 @@ endif
ROOTFS_COMPONENTS_CLEAN += directfb_clean
#FreeType
-ifeq ($(CONFIG_EMBTK_HAVE_FREETYPE),y)
include $(EMBTK_ROOT)/packages/graphics/freetype/freetype.mk
+ifeq ($(CONFIG_EMBTK_HAVE_FREETYPE),y)
ROOTFS_COMPONENTS += freetype_install
endif
+ROOTFS_COMPONENTS_CLEAN += freetype_clean
#libjpeg
ifeq ($(CONFIG_EMBTK_HAVE_LIBJPEG),y)