mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
clutter.modules: cluttersmith depends on gjs and clutter-gtk
This adds dependencies on gjs and clutter-gtk to cluttersmith. There was no module listed for gjs so this is added from the jhbuild gnome module list.
This commit is contained in:
parent
c129c563f5
commit
1f01fd0a4c
@ -251,7 +251,9 @@
|
|||||||
revision="master"/>
|
revision="master"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="clutter"/>
|
<dep package="clutter"/>
|
||||||
|
<dep package="clutter-gtk"/>
|
||||||
<dep package="mx"/>
|
<dep package="mx"/>
|
||||||
|
<dep package="gjs"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
@ -347,4 +349,16 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</metamodule>
|
</metamodule>
|
||||||
|
|
||||||
|
<autotools id="gjs">
|
||||||
|
<branch repo="git.gnome.org"
|
||||||
|
module="gjs"
|
||||||
|
revision="master"/>
|
||||||
|
<dependencies>
|
||||||
|
<dep package="gobject-introspection"/>
|
||||||
|
</dependencies>
|
||||||
|
<after>
|
||||||
|
<dep package="gir-repository"/>
|
||||||
|
</after>
|
||||||
|
</autotools>
|
||||||
|
|
||||||
</moduleset>
|
</moduleset>
|
||||||
|
Loading…
Reference in New Issue
Block a user