~mc-return/compiz/compiz.merge-fix1100184-composite-is-already-required-by-opengl

« back to all changes in this revision

Viewing changes to plugins/compiztoolbox/compiztoolbox.xml.in

  • Committer: MC Return
  • Date: 2013-01-16 09:04:46 UTC
  • Revision ID: mc.return@gmx.net-20130116090446-5l6cchcxvg232nvc
As the composite plugin is already required by the opengl plugin,
no plugin already dependend on opengl needs to explicitely be
dependend on composite, because that is already the case
If a plugin is started after opengl it automatically also starts
after composite, so no need to explicitely order that

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        <category>Utility</category>
7
7
        <deps>
8
8
            <relation type="after">
9
 
                <plugin>composite</plugin>
10
9
                <plugin>opengl</plugin>
11
10
            </relation>
12
11
        </deps>