From fbf8a99ab7f1b58b50c41d970c4347853004612d Mon Sep 17 00:00:00 2001 From: Yusuke Sato Date: Wed, 23 Dec 2009 23:42:12 +0900 Subject: [PATCH] Adding third_party/ibus-m17n/ to the Chromium OS build. ibus-m17n provides input method engines for many languages such as Thai. - third_party/ibus-m17n/make_pkg.sh Copied from third_party/ibus-anthy/make_pkg.sh, then slightly modified. - third_party/ibus-m17n/ibus-m17n_1.2.0.20090930-1.diff.gz Copied from the Ubuntu Karmic's ibus-m17n package just like as third_party/clutter/clutter-1.0_1.0.4-0ubuntu1.diff.gz. Review URL: http://codereview.chromium.org/502089 --- build_platform_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_platform_packages.sh b/build_platform_packages.sh index 3ac5f7c854..854ee7b912 100755 --- a/build_platform_packages.sh +++ b/build_platform_packages.sh @@ -35,7 +35,7 @@ PLATFORM_DIRS="acpi assets fake_hal init installer login_manager \ THIRD_PARTY_DIR="$SRC_ROOT/third_party" THIRD_PARTY_PACKAGES="connman e2fsprogs/files \ gflags google-breakpad gpt gtest \ - ibus ibus-chewing ibus-anthy \ + ibus ibus-chewing ibus-anthy ibus-m17n \ ply-image slim/src synaptics \ wpa_supplicant xscreensaver/xscreensaver-5.08 \ xserver-xorg-core xserver-xorg-video-intel"