diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-07-14 12:58:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-14 12:58:42 +0000 |
commit | 4f7547e340e6157ebc8ac457ab275e03aed1460b (patch) | |
tree | c8d9f47d042373a5ff9bfb78c4547ce803dd2e86 /packages/uim | |
parent | 343a8dc59cfd35bc8a30ac898e6644c859d988db (diff) |
uim add .inc file that has been left out in the uim commit
Diffstat (limited to 'packages/uim')
-rw-r--r-- | packages/uim/uim.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/uim/uim.inc b/packages/uim/uim.inc new file mode 100644 index 0000000000..f934757c66 --- /dev/null +++ b/packages/uim/uim.inc @@ -0,0 +1,19 @@ +DESCRIPTION = "A multilingual user input method library" +HOMEPAGE = "http://uim.freedesktop.org/" +LICENSE = "GPL" +SECTION = "libs/inputmethod" +PR = "r0" + +EXTRA_OECONF += "--disable-applet \ + --disable-emacs \ + --without-qt \ + --without-scim \ + --without-m17nlib \ + --without-prime \ + --without-canna \ + --without-mana \ + --without-eb" + +SRC_URI = "http://uim.freedesktop.org/releases/uim-${PV}.tar.gz" + +S = "${WORKDIR}/uim-${PV}" |