blob: dc8ba50b6ff11c02719bbf75e8f9852376c49c46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "A multilingual user input method library"
HOMEPAGE = "http://uim.freedesktop.org/"
LICENSE = "GPL"
SECTION = "inputmethods"
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/stable/uim-${PV}.tar.bz2"
FILES_${PN}-dbg += "${libdir}/*/*/immodules/.debug ${libdir}/uim/plugin"
|