mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -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"/>
|
||||
<dependencies>
|
||||
<dep package="clutter"/>
|
||||
<dep package="clutter-gtk"/>
|
||||
<dep package="mx"/>
|
||||
<dep package="gjs"/>
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
||||
@ -347,4 +349,16 @@
|
||||
</dependencies>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user