From ab26ccaf0bc7862489b783ea34ab3a57b66c7e8a Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 26 Jun 2014 15:22:19 +0200 Subject: [PATCH] meta-tizen: Add font Change-Id: I4109c2b6cc126b4457fc03b649a6426b15a5b3a3 (From meta-tizen rev: 8f11cf41ec7776ac32aecdf5804eca5047790710) Signed-off-by: Patrick Ohly --- .../recipes-image/images/tizen-common-core-image-crosswalk.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-tizen/recipes-image/images/tizen-common-core-image-crosswalk.bb b/meta-tizen/recipes-image/images/tizen-common-core-image-crosswalk.bb index 079f88e..2e3ba32 100644 --- a/meta-tizen/recipes-image/images/tizen-common-core-image-crosswalk.bb +++ b/meta-tizen/recipes-image/images/tizen-common-core-image-crosswalk.bb @@ -9,3 +9,10 @@ DESCRIPTION = "A weston image with Tizen common ." IMAGE_INSTALL += "crosswalk" IMAGE_INSTALL += "tizen-extensions-crosswalk" IMAGE_INSTALL += "tzdata" + +IMAGE_INSTALL += "ttf-dejavu-common" +IMAGE_INSTALL += "ttf-dejavu-sans" +IMAGE_INSTALL += "ttf-dejavu-sans-condensed" +IMAGE_INSTALL += "ttf-dejavu-sans-mono" +IMAGE_INSTALL += "ttf-dejavu-serif" +IMAGE_INSTALL += "ttf-dejavu-serif-condensed" \ No newline at end of file -- 2.7.4