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.modules24
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/system.modules b/scripts/system.modules
index 52ea0cb..897058d 100644
--- a/scripts/system.modules
+++ b/scripts/system.modules
@@ -3,6 +3,29 @@
<moduleset>
<repository type="git" name="git.gnome.org" href="git://git.gnome.org"/>
<repository type="git" name="github.com/dnarvaez" href="git://github.com/dnarvaez"/>
+ <autotools id="gtk">
+ <branch repo="github.com/dnarvaez"/>
+ <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="github.com/dnarvaez"/>
<dependencies>
@@ -23,6 +46,7 @@
<metamodule id="meta-system">
<dependencies>
<dep package="pygobject"/>
+ <dep package="gtk"/>
</dependencies>
</metamodule>
</moduleset>