[oe-commits] David-John Willis : libgtkstylus: Fix session script to support loading of more than one GTK_MODULES.

git version control git at git.openembedded.org
Tue Nov 3 17:31:09 UTC 2009


Module: openembedded.git
Branch: rpurdie/work-in-progress
Commit: 34616c490d940ce4bb05caacbfc6614a2315c513
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=34616c490d940ce4bb05caacbfc6614a2315c513

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Sun Nov  1 11:33:57 2009 +0000

libgtkstylus: Fix session script to support loading of more than one GTK_MODULES.

---

 recipes/libgtkstylus/files/gtkstylus.sh  |    2 +-
 recipes/libgtkstylus/libgtkstylus_0.3.bb |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/libgtkstylus/files/gtkstylus.sh b/recipes/libgtkstylus/files/gtkstylus.sh
index b1302ed..623ddae 100644
--- a/recipes/libgtkstylus/files/gtkstylus.sh
+++ b/recipes/libgtkstylus/files/gtkstylus.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-GTK_MODULES=libgtkstylus.so
+GTK_MODULES=${GTK_MODULES}:libgtkstylus.so
 
 export GTK_MODULES
diff --git a/recipes/libgtkstylus/libgtkstylus_0.3.bb b/recipes/libgtkstylus/libgtkstylus_0.3.bb
index e19a8a9..5912b2d 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*"
-





More information about the Openembedded-commits mailing list