psplash: Update to v1.70 (without RC)
[openembedded.git] / recipes / uim / uim.inc
1 DESCRIPTION = "A multilingual user input method library"
2 HOMEPAGE = "http://uim.freedesktop.org/"
3 LICENSE = "GPL"
4 SECTION = "inputmethods"
5
6 EXTRA_OECONF += "--disable-applet \
7                  --disable-emacs \
8 #                 --without-qt \
9                  --without-scim \
10                  --without-m17nlib \
11                  --without-prime \
12                  --without-canna \
13                  --without-mana \
14                  --without-eb"
15
16 SRC_URI = "http://uim.googlecode.com/files/uim-${PV}.tar.bz2"
17
18 FILES_${PN}-dbg += "${libdir}/*/*/*/.debug ${libdir}/*/*/.debug"
19 FILES_${PN}-dev += "${libdir}/uim/plugin/*.la"