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/files/gtkstylus.sh | |
parent | 8ad7a9b52850f57f2ba7d40c661448974df0cdee (diff) |
libgtkstylus: Fix session script to support loading of more than one GTK_MODULES.
Diffstat (limited to 'recipes/libgtkstylus/files/gtkstylus.sh')
-rw-r--r-- | recipes/libgtkstylus/files/gtkstylus.sh | 2 |
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 |