mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 12:12:25 +00:00
clutter.modules: Specify the checkoutdir for the gtk2 module
If no checkoutdir is specified then jhbuild seems to use the name of the module which in this case would be 'gtk+'. This ends up overwriting the checkout of the master branch of gtk+ and causes all kinds of build problems. This patch adds a checkoutdir attribute to the gtk2 module to force it to checkout into the gtk2 directory.
This commit is contained in:
parent
8a09e91ef8
commit
f0ab8edac0
@ -166,6 +166,7 @@
|
||||
<autotools id="gtk2">
|
||||
<branch repo="git.gnome.org"
|
||||
module="gtk+"
|
||||
checkoutdir="gtk2"
|
||||
revision="gtk-2-22"/>
|
||||
<dependencies>
|
||||
<dep package="glib"/>
|
||||
|
Loading…
Reference in New Issue
Block a user