diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-05 22:29:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-05 22:29:04 +0000 |
commit | df5f57a9830187989177942af891934a604e8e86 (patch) | |
tree | 5f45d086af4e4bf1b987744ae4b9a5094815dada /packages/libgtkinput | |
parent | c12a883eb7ef9fcc7ca1abbcffb97f5d17bee7fe (diff) |
libgtkinput, libgtkstylus: fix packaging with gtk+ 2.10.x
Diffstat (limited to 'packages/libgtkinput')
-rw-r--r-- | packages/libgtkinput/libgtkinput_0.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libgtkinput/libgtkinput_0.3.bb b/packages/libgtkinput/libgtkinput_0.3.bb index 1887458c02..45da1548d6 100644 --- a/packages/libgtkinput/libgtkinput_0.3.bb +++ b/packages/libgtkinput/libgtkinput_0.3.bb @@ -1,13 +1,13 @@ LICENSE = "LGPL" DEPENDS = "gtk+" GPE_TARBALL_SUFFIX = "bz2" -PR = "r1" +PR = "r2" inherit gpe autotools SRC_URI += "file://gtkinput.sh" -FILES_${PN} = "/etc ${libdir}/gtk-2.0/2.4.0/modules/*.so*" +FILES_${PN} = "/etc ${libdir}/gtk-2.0/*/modules/*.so*" |