diff options
author | Scott Moreau <oreaus@gmail.com> | 2010-09-28 16:31:26 -0600 |
---|---|---|
committer | Scott Moreau <oreaus@gmail.com> | 2010-09-28 16:31:26 -0600 |
commit | 505c952c263197ff8446acaba288f1dd8b55ad14 (patch) | |
tree | 429fcb38aeea9f06bf8dad382913e3558ab337aa | |
parent | 4fef650b121c7865f48ccc45f141b47fb4ec1817 (diff) | |
download | opacify-505c952c263197ff8446acaba288f1dd8b55ad14.tar.gz opacify-505c952c263197ff8446acaba288f1dd8b55ad14.tar.bz2 |
Don't require composite since opengl already does.
-rw-r--r-- | opacify.xml.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opacify.xml.in b/opacify.xml.in index 415fb3f..5119859 100644 --- a/opacify.xml.in +++ b/opacify.xml.in @@ -6,7 +6,6 @@ <category>Accessibility</category> <deps> <requirement> - <plugin>composite</plugin> <plugin>opengl</plugin> </requirement> <relation type="after"> |