blob: a4b02158963e77fafd04dbec733be8b390e42822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.bz2"
S = "${WORKDIR}/uim-${PV}"
|