diff options
author | Scott Moreau <oreaus@gmail.com> | 2010-09-28 16:31:48 -0600 |
---|---|---|
committer | Scott Moreau <oreaus@gmail.com> | 2010-09-28 16:31:48 -0600 |
commit | 56718600ba15f789c2bd78493fe9363a21569130 (patch) | |
tree | b2a3334b4e9733c42ba2b2511d9d92a3afcdfaa0 | |
parent | 0a0626ac6bdbfe1652c35586ac8b1758040dd668 (diff) | |
download | shift-56718600ba15f789c2bd78493fe9363a21569130.tar.gz shift-56718600ba15f789c2bd78493fe9363a21569130.tar.bz2 |
Don't require composite since opengl already does.
-rw-r--r-- | shift.xml.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shift.xml.in b/shift.xml.in index 7b1bb22..310d97a 100644 --- a/shift.xml.in +++ b/shift.xml.in @@ -16,7 +16,6 @@ <plugin>decor</plugin> </relation> <requirement> - <plugin>composite</plugin> <plugin>opengl</plugin> </requirement> </deps> |