Make pango be built before clutter in moduleset

If pango is built, do it before clutter since it will
use it instead of the system version.
This commit is contained in:
Milan Bouchet-Valat 2010-06-29 19:41:13 +02:00
parent 40c7d3763b
commit 8ade2fc116

View File

@ -98,6 +98,7 @@
</dependencies>
<after>
<dep package="gir-repository"/>
<dep package="pango"/>
</after>
</autotools>