summaryrefslogtreecommitdiff
path: root/mk/packages.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-23 10:54:36 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-23 10:55:49 +0100
commitab416eca8279605957a84d5a3734fd95a9ebd430 (patch)
tree78ff883d21bff5db00a8304edc7511ed0846cb94 /mk/packages.mk
parentd690adefdc8e254b7e251e37866b47d20b4d1b88 (diff)
downloadembtoolkit-ab416eca8279605957a84d5a3734fd95a9ebd430.tar.gz
embtoolkit-ab416eca8279605957a84d5a3734fd95a9ebd430.tar.bz2
embtoolkit-ab416eca8279605957a84d5a3734fd95a9ebd430.tar.xz
Packages: new gettext: add gettext among misc buildable packages
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/packages.mk')
-rw-r--r--mk/packages.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/packages.mk b/mk/packages.mk
index 78b7740..af248ab 100644
--- a/mk/packages.mk
+++ b/mk/packages.mk
@@ -107,6 +107,12 @@ endif
########################## Miscellaneous packages ##############################
+#gettext
+include $(EMBTK_ROOT)/packages/misc/gettext/gettext.mk
+ifeq ($(CONFIG_EMBTK_HAVE_GETTEXT),y)
+ROOTFS_COMPONENTS += gettext_install
+endif
+ROOTFS_COMPONENTS_CLEAN += gettext_clean
################################### BUSYBOX ####################################
#Busybox
ifeq ($(CONFIG_EMBTK_ROOTFS_HAVE_BB),y)