blob: 8f225ddc02376184c2c9274c63e5609b44425635 (
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 = "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.googlecode.com/files/uim-${PV}.tar.bz2"
FILES_${PN}-dbg += "${libdir}/*/*/*/.debug ${libdir}/*/*/.debug"
FILES_${PN}-dev += "${libdir}/uim/plugin/*.la"
|