modules: Add mesa and wayland to the moduleset

This commit is contained in:
Emmanuele Bassi 2010-09-29 15:23:53 +01:00
parent 42f6364cac
commit e072d797b1

View File

@ -83,6 +83,19 @@
</autotools>
-->
<autotools id="mesa">
<branch repo="git.freedesktop.org"
module="mesa/mesa" checkoutdir="mesa"/>
</autotools>
<autotools id="wayland">
<branch repo="git.freedesktop.org"
module="~krh/wayland" checkoutdir="wayland"/>
<dependencies>
<dep package="mesa"/>
</dependencies>
</autotools>
<autotools id="gtk-doc">
<branch repo="git.gnome.org"
module="gtk-doc"