summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cairo/cairo-1.8.0.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo/cairo-1.8.0.patch b/cairo/cairo-1.8.0.patch
index 3c1f7807cba3..0ada5a469ce5 100644
--- a/cairo/cairo-1.8.0.patch
+++ b/cairo/cairo-1.8.0.patch
@@ -202,7 +202,7 @@ diff -ur misc/build/cairo-1.8.0.org/configure misc/build/cairo-1.8.0/configure
if test "x$png_REQUIRES" = x; then
# libpng13 is GnuWin32's libpng-1.2.8 :-(
- for l in libpng12 libpng13 libpng10 ; do
-+ for l in libpng12 libpng13 libpng14 libpng10 ; do
++ for l in libpng12 libpng13 libpng14 libpng15 libpng10 ; do
if $PKG_CONFIG --exists $l ; then
png_REQUIRES=$l
use_png=yes