Skip to content

Commit

Permalink
Bump the required Pango version again. The pango_fc_font_map_set_conf…
Browse files Browse the repository at this point in the history
…ig API was added in 1.37 according to NEWS in the package, but headers declare it as 1.38+.
  • Loading branch information
filipnavara committed Apr 1, 2018
1 parent dd16f8a commit 6e8e7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ Run the following command from the root of the repository:
--with-pango

This builds libgdiplus using Pango to render (measure and draw)
all of it's text. This requires Pango version 1.36.8 (or later).
all of it's text. This requires Pango version 1.38 (or later).
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CAIRO_CFLAGS="`pkg-config --cflags cairo `"
cairo_info="`pkg-config --modversion cairo ` (system)"
GDIPLUS_PKG_REQ="cairo"

PANGO_REQUIRED_VERSION="1.36.8"
PANGO_REQUIRED_VERSION="1.38"
if test $text_v = "pango"; then
PKG_CHECK_MODULES(PANGO, pango >= $PANGO_REQUIRED_VERSION)
fi
Expand Down

0 comments on commit 6e8e7e2

Please sign in to comment.