From 2f6d7ed66f35e001e3436115642eccbb7662e947 Mon Sep 17 00:00:00 2001 From: Chan Lee Date: Wed, 17 Jan 2018 10:50:48 +0900 Subject: [PATCH] Add dependency for icu-i18n Change-Id: I3619ffb78b88d24e7af6b4f10cbb64ca95f38cb3 Signed-off-by: Chan Lee --- src/contact/contact.gyp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/contact/contact.gyp b/src/contact/contact.gyp index 9576bf04..fdb10c93 100644 --- a/src/contact/contact.gyp +++ b/src/contact/contact.gyp @@ -9,6 +9,11 @@ 'dependencies': [ '../common/common.gyp:tizen_common', ], + 'variables': { + 'packages': [ + 'icu-i18n', + ], + }, 'sources': [ 'contact_api.js', 'contact_extension.cc', -- 2.34.1