diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-11-01 11:33:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-01 20:03:33 +0100 |
commit | 34616c490d940ce4bb05caacbfc6614a2315c513 (patch) | |
tree | 9c2e075a45b88f2adcd1323571e18a6c7ce1a658 /recipes/libgtkstylus/libgtkstylus_0.3.bb | |
parent | 8ad7a9b52850f57f2ba7d40c661448974df0cdee (diff) |
libgtkstylus: Fix session script to support loading of more than one GTK_MODULES.
Diffstat (limited to 'recipes/libgtkstylus/libgtkstylus_0.3.bb')
-rw-r--r-- | recipes/libgtkstylus/libgtkstylus_0.3.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/libgtkstylus/libgtkstylus_0.3.bb b/recipes/libgtkstylus/libgtkstylus_0.3.bb index e19a8a9f26..5912b2dab8 100644 --- a/recipes/libgtkstylus/libgtkstylus_0.3.bb +++ b/recipes/libgtkstylus/libgtkstylus_0.3.bb @@ -2,7 +2,7 @@ DESCRIPTION = "GTK plugin for stylus based systems" SECTION = "libs" DEPENDS = "gtk+" LICENSE = "LGPL" -PR = "r5" +PR = "r6" inherit autotools @@ -16,4 +16,3 @@ do_install_append() { } FILES_${PN} = "/etc ${libdir}/gtk-2.0/*/modules/*.so*" - |