diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-01-31 11:39:55 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-31 11:39:55 +0000 |
commit | 3504d536217348f5c065d0e39bfce238ba887292 (patch) | |
tree | fc30f2eb666743b2bc13905ccbddc6e8deb7f04a | |
parent | 85a5322d1ad45a81648b2c701ba6940f26156fc4 (diff) | |
parent | 7b807a970cc0c4bb1b350e9c949c16f6f859c4df (diff) |
merge of 4719567c59f1d982327cbf37da292cdc3a68caff
and c0e8f2d1f1cfa6657c523c85c3c544b2ec8ee9c6
-rw-r--r-- | packages/libgtkstylus/libgtkstylus_0.3.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/libgtkstylus/libgtkstylus_0.3.bb b/packages/libgtkstylus/libgtkstylus_0.3.bb index a95e94bf81..31cfdf4495 100644 --- a/packages/libgtkstylus/libgtkstylus_0.3.bb +++ b/packages/libgtkstylus/libgtkstylus_0.3.bb @@ -1,10 +1,10 @@ DESCRIPTION = "GTK plugin for stylus based systems" SECTION = "libs" -MAINTAINER = "Philip Blundell <pb@handhelds.org>" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" DEPENDS = "gtk+" LICENSE = "LGPL" -FILES_${PN} = "/etc ${libdir}/gtk-2.0" -PR = "r3" +FILES_${PN} = "/etc ${libdir}/gtk-2.0/2.4.0/modules/*.so*" +PR = "r4" inherit autotools |