blob: 94eb11d33236fde21e1cbd0f444de48a2721fede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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"
|