diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-04-11 05:11:39 +0000 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-04-11 05:11:39 +0000 |
commit | 865dd7a2213e8af1648246a57cec93eedafc374b (patch) | |
tree | 97f6db3d4ae4152830bd411b4f5dab471e847114 | |
parent | 32eb87ac00d310cbae19502617d988672533bd03 (diff) | |
download | shelf-865dd7a2213e8af1648246a57cec93eedafc374b.tar.gz shelf-865dd7a2213e8af1648246a57cec93eedafc374b.tar.bz2 |
Ensure loading after required plugins
-rw-r--r-- | shelf.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shelf.xml.in b/shelf.xml.in index 7a1a6e4..cce50f2 100644 --- a/shelf.xml.in +++ b/shelf.xml.in @@ -10,6 +10,8 @@ <plugin>opengl</plugin> </requirement> <relation type="after"> + <plugin>composite</plugin> + <plugin>opengl</plugin> <plugin>wall</plugin> </relation> </deps> |