Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/system.modules
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/system.modules')
-rw-r--r--scripts/system.modules27
1 files changed, 25 insertions, 2 deletions
diff --git a/scripts/system.modules b/scripts/system.modules
index 8963099..eea3521 100644
--- a/scripts/system.modules
+++ b/scripts/system.modules
@@ -4,9 +4,31 @@
<repository type="git" name="git.gnome.org" href="git://git.gnome.org"/>
<repository type="git" name="github.com/dnarvaez" href="git://github.com/dnarvaez"/>
<repository type="git" name="gstreamer.freedesktop.org" href="git://anongit.freedesktop.org/gstreamer/"/>
-
+ <autotools id="gtk+">
+ <branch repo="git.gnome.org"/>
+ <dependencies>
+ <dep package="atk"/>
+ </dependencies>
+ </autotools>
+ <autotools id="atk">
+ <branch repo="git.gnome.org"/>
+ <dependencies>
+ <dep package="at-spi2-atk"/>
+ </dependencies>
+ </autotools>
+ <autotools id="at-spi2-atk" supports-non-srcdir-builds="no">
+ <branch repo="git.gnome.org"/>
+ <dependencies>
+ <dep package="at-spi2-core"/>
+ </dependencies>
+ </autotools>
+ <autotools id="at-spi2-core" supports-non-srcdir-builds="no">
+ <branch repo="git.gnome.org"/>
+ <dependencies>
+ </dependencies>
+ </autotools>
<autotools id="pygobject">
- <branch repo="git.gnome.org" revision="4df676e10a5ea595a0d491af10268f557dd722d7"/>
+ <branch repo="git.gnome.org"/>
<dependencies>
<dep package="glib"/>
<dep package="gobject-introspection"/>
@@ -40,6 +62,7 @@
<metamodule id="meta-system">
<dependencies>
<dep package="pygobject"/>
+ <dep package="gtk+"/>
<dep package="gst-plugins-good"/>
</dependencies>
</metamodule>