Kaydet (Commit) b5f727d3 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Fix build of generic unix vcl plugin with older fontconfig

üst 9945de1a
--- misc/cairo-1.10.2/configure 2012-02-20 23:25:52.000000000 -0800
+++ misc/build/cairo-1.10.2/configure 2012-02-20 11:53:05.000000000 -0800
@@ -29672,7 +29672,7 @@
fi
-FONTCONFIG_MIN_VERSION=2.2.95
+FONTCONFIG_MIN_VERSION=2.2.3
# Check whether --enable-fc was given.
if test "${enable_fc+set}" = set; then :
enableval=$enable_fc; enable_fc=$enableval
......@@ -49,7 +49,8 @@ TARFILE_MD5=f101a9e88b783337b20b2e26dfd26d5f
PATCH_FILES=\
..$/cairo-1.10.2.patch \
..$/cairo.dlsym.lcdfilter.patch
..$/cairo.dlsym.lcdfilter.patch \
..$/cairo-1.10.2-oldfontconfig.patch
.IF "$(OS)$(COM)" == "WNTMSC"
PATCH_FILES+= ..$/$(TARFILE_NAME).wntmsc.patch
......@@ -189,7 +190,7 @@ CONFIGURE_FLAGS+=--disable-valgrind
.IF "$(OS)"=="IOS"
CONFIGURE_FLAGS+=--disable-ft
.ELSE
CONFIGURE_FLAGS+=--enable-ft
CONFIGURE_FLAGS+=--enable-ft --enable-fc
.ENDIF
.IF "$(OS)"=="IOS" || "$(OS)"=="ANDROID"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment