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:
Neil Roberts 2010-09-16 11:12:51 +01:00
parent 8a09e91ef8
commit f0ab8edac0

View File

@ -166,6 +166,7 @@
<autotools id="gtk2">
<branch repo="git.gnome.org"
module="gtk+"
checkoutdir="gtk2"
revision="gtk-2-22"/>
<dependencies>
<dep package="glib"/>