From f8f7bea05ec9ee9dc7091c109ab0947203006ef9 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 9 Nov 2015 17:49:30 +0900 Subject: Added libhangul to GNOME stratum libhangul is the low level library for dealing with hangul script, input methods are built on top of this library. Change-Id: I65ef905ad9f23f91705714f32abed4bf5f5135c0 --- strata/gnome/libhangul.morph | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 strata/gnome/libhangul.morph (limited to 'strata/gnome/libhangul.morph') diff --git a/strata/gnome/libhangul.morph b/strata/gnome/libhangul.morph new file mode 100644 index 00000000..f3df4601 --- /dev/null +++ b/strata/gnome/libhangul.morph @@ -0,0 +1,6 @@ +name: libhangul +kind: chunk +build-system: autotools +pre-configure-commands: +# Avoid an autotools error at translation build time, simply dont build po directory +- sed -i 's/SUBDIRS = hangul data tools po/SUBDIRS = hangul data tools/g' Makefile.am -- cgit v1.2.1