[gnome-shell.modules] Work around problem of git with 'gtk+'
Use gtk%2b in the checkout URL, since recent versions of GIT have trouble with the '+' in gtk+. https://bugzilla.gnome.org/show_bug.cgi?id=625135
This commit is contained in:
parent
911e71542b
commit
b76fe12209
@ -85,7 +85,7 @@
|
|||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
<autotools id="gtk3">
|
<autotools id="gtk3">
|
||||||
<branch checkoutdir="gtk3" repo="git.gnome.org" module="gtk+"/>
|
<branch checkoutdir="gtk3" repo="git.gnome.org" module="gtk%2b"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="glib"/>
|
<dep package="glib"/>
|
||||||
<dep package="pango"/>
|
<dep package="pango"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user