mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
modules: Add mesa and wayland to the moduleset
This commit is contained in:
parent
42f6364cac
commit
e072d797b1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user