aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgtkstylus/files
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-11-01 11:33:57 +0000
committerKoen Kooi <koen@openembedded.org>2009-11-01 20:03:33 +0100
commit34616c490d940ce4bb05caacbfc6614a2315c513 (patch)
tree9c2e075a45b88f2adcd1323571e18a6c7ce1a658 /recipes/libgtkstylus/files
parent8ad7a9b52850f57f2ba7d40c661448974df0cdee (diff)
downloadopenembedded-34616c490d940ce4bb05caacbfc6614a2315c513.tar.gz
libgtkstylus: Fix session script to support loading of more than one GTK_MODULES.
Diffstat (limited to 'recipes/libgtkstylus/files')
-rw-r--r--recipes/libgtkstylus/files/gtkstylus.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libgtkstylus/files/gtkstylus.sh b/recipes/libgtkstylus/files/gtkstylus.sh
index b1302ede0e..623ddae84b 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