mirror of https://github.com/GNOME/gimp.git
build/win: Upgrade pixman to 0.32.2
This commit is contained in:
parent
120e9ccf39
commit
6a42e3cb62
|
@ -137,8 +137,7 @@ module_autogenargs['cairo'] = autogenargs + """ --enable-xlib=no \
|
|||
--enable-pthread=no \
|
||||
--enable-win32-font=yes"""
|
||||
|
||||
module_autogenargs['pixman'] = autogenargs + """ --enable-gtk=no \
|
||||
--disable-sse2"""
|
||||
module_autogenargs['pixman'] = autogenargs + """ --enable-gtk=no"""
|
||||
|
||||
module_autogenargs['pango'] = autogenargs + """ --disable-gtk-doc \
|
||||
--enable-explicit-deps=no \
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
</autotools>
|
||||
|
||||
<autotools id="pixman" autogen-sh="configure">
|
||||
<branch version="0.30.2" repo="cairographics.org"
|
||||
module="pixman-0.30.2.tar.gz"
|
||||
hash="sha1:59cc9cd91a2394b7c0aa90ffc7c141f06d75f066">
|
||||
<branch version="0.32.2" repo="cairographics.org"
|
||||
module="pixman-0.32.2.tar.gz"
|
||||
hash="sha1:83a0e491542509e5c83382b9cd63bee565377f11">
|
||||
</branch>
|
||||
</autotools>
|
||||
|
||||
|
|
Loading…
Reference in New Issue