diff options
Diffstat (limited to 'recipes/uim/uim-native_1.3.1.bb')
-rw-r--r-- | recipes/uim/uim-native_1.3.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/uim/uim-native_1.3.1.bb b/recipes/uim/uim-native_1.3.1.bb new file mode 100644 index 0000000000..f23f6bd945 --- /dev/null +++ b/recipes/uim/uim-native_1.3.1.bb @@ -0,0 +1,8 @@ +require uim.inc +DEPENDS = "gtk+ anthy intltool-native" +inherit native autotools pkgconfig +PR = "r2" + +S = "${WORKDIR}/uim-${PV}" + +EXTRA_OECONF += "--disable-xim" |