uim: disable xim for native version and rework general packaging
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 5 May 2008 00:38:36 +0000 (00:38 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 5 May 2008 00:38:36 +0000 (00:38 +0000)
packages/uim/uim-native_1.3.1.bb
packages/uim/uim.inc

index e77d24d..f23f6bd 100644 (file)
@@ -1,6 +1,8 @@
 require uim.inc
 DEPENDS = "gtk+ anthy intltool-native"
 inherit native autotools pkgconfig
-PR = "r1"
+PR = "r2"
 
 S = "${WORKDIR}/uim-${PV}"
+
+EXTRA_OECONF += "--disable-xim"
index dc8ba50..b78d401 100644 (file)
@@ -15,4 +15,5 @@ EXTRA_OECONF += "--disable-applet \
 
 SRC_URI = "http://uim.freedesktop.org/releases/uim/stable/uim-${PV}.tar.bz2"
 
-FILES_${PN}-dbg += "${libdir}/*/*/immodules/.debug ${libdir}/uim/plugin"
+FILES_${PN}-dbg += "${libdir}/*/*/*/.debug ${libdir}/*/*/.debug"
+FILES_${PN}-dev += "${libdir}/uim/plugin/*.la"