Skip to content

Instantly share code, notes, and snippets.

@fujii
Created February 27, 2018 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fujii/05ae2fb4f2e3d92bcef3b44647f8c876 to your computer and use it in GitHub Desktop.
Save fujii/05ae2fb4f2e3d92bcef3b44647f8c876 to your computer and use it in GitHub Desktop.
diff --git a/Tools/gtk/jhbuild.modules b/Tools/gtk/jhbuild.modules
index 9c32942720f..8ee13132ad2 100644
--- a/Tools/gtk/jhbuild.modules
+++ b/Tools/gtk/jhbuild.modules
@@ -91,7 +91,7 @@
</cmake>
<autotools id="cairo"
- autogen-sh="configure">
+ autogen-sh="autogen.sh">
<if condition-set="linux">
<autogenargs value="--enable-gl=yes --enable-egl=yes --enable-glx=yes"/>
</if>
@@ -103,9 +103,9 @@
<dep package="pixman"/>
<dep package="glib"/>
</dependencies>
- <branch module="releases/cairo-1.14.8.tar.xz" version="1.14.8"
- repo="cairographics.org"
- hash="sha1:c6f7b99986f93c9df78653c3e6a3b5043f65145e"/>
+ <branch module="git/cairo"
+ repo="freedesktop-git"
+ tag="1.15.10"/>
</autotools>
<!-- FIXME: Pixman 0.32.6 ARM iwMMXt fast path isn't buildable with GCC 4.9 and
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment