diff options
author | Scott Moreau <oreaus@gmail.com> | 2010-09-28 17:36:24 -0600 |
---|---|---|
committer | Scott Moreau <oreaus@gmail.com> | 2010-09-28 17:36:24 -0600 |
commit | 34f9963e6af632ebfbfbb4690d64d497eade43df (patch) | |
tree | 2170b5daeccdd31ec98f5b9bd8ffda94d87a42cd | |
parent | 53c356b77d7a959b7afe79c0bb4f4da2563a5344 (diff) | |
download | snowglobe-34f9963e6af632ebfbfbb4690d64d497eade43df.tar.gz snowglobe-34f9963e6af632ebfbfbb4690d64d497eade43df.tar.bz2 |
Don't require composite since opengl already does.
-rw-r--r-- | snowglobe.xml.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/snowglobe.xml.in b/snowglobe.xml.in index 1ad0684..f8966b4 100644 --- a/snowglobe.xml.in +++ b/snowglobe.xml.in @@ -12,7 +12,6 @@ </relation> <requirement> <plugin>opengl</plugin> - <plugin>composite</plugin> <plugin>cube</plugin> </requirement> </deps> |