summaryrefslogtreecommitdiff
path: root/strata/gnome
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-09 17:49:30 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-11 03:20:52 +0900
commitf8f7bea05ec9ee9dc7091c109ab0947203006ef9 (patch)
treebf0efe41a51c4938c6268052299a5123a3dde5d3 /strata/gnome
parent2ce228052c5a2b63bc61d7521443ca9c21b01c96 (diff)
downloaddefinitions-f8f7bea05ec9ee9dc7091c109ab0947203006ef9.tar.gz
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
Diffstat (limited to 'strata/gnome')
-rw-r--r--strata/gnome/libhangul.morph6
1 files changed, 6 insertions, 0 deletions
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