]> git.pld-linux.org Git - packages/libgdiplus.git/blob - libgdiplus-pango.patch
- updated to 6.1
[packages/libgdiplus.git] / libgdiplus-pango.patch
1 --- libgdiplus-6.1/configure.ac.orig    2021-11-03 20:53:36.000000000 +0100
2 +++ libgdiplus-6.1/configure.ac 2022-04-17 10:42:27.774431994 +0200
3 @@ -75,8 +75,8 @@ if test $text_v = "default"; then
4           [text_v=pango], [text_v=cairo])
5  fi
6  if test $text_v = "pango"; then
7 -       PANGO_LIBS="`$PKG_CONFIG --libs pangocairo `"
8 -       PANGO_CFLAGS="`$PKG_CONFIG --cflags pangocairo `"
9 +       PANGO_LIBS="`$PKG_CONFIG --libs pangocairo pangoft2`"
10 +       PANGO_CFLAGS="`$PKG_CONFIG --cflags pangocairo pangoft2`"
11         AC_DEFINE(USE_PANGO_RENDERING,1,[Use Pango to measure and draw text])
12         GDIPLUS_PKG_REQ="$GDIPLUS_PKG_REQ pangocairo-1.0"
13  fi
This page took 0.115425 seconds and 3 git commands to generate.