summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-11-14 15:30:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-11-14 20:49:21 +0100
commitbb943222e6592402c4ca35bbf50094c7491330c9 (patch)
tree02246740f94f9fc08db1166d0ad336f7233687b3 /configure.ac
parent3ad1411746a581357920a1ad6366935700719010 (diff)
bump required cairo version to 1.12.0
Change-Id: I7fbfb21f2facdd6371fba821fd30e625115dc72d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142710 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f6937648fe2d..51d5508ad248 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13593,7 +13593,7 @@ if test "$test_cairo" = "yes"; then
SYSTEM_CAIRO=TRUE
AC_MSG_RESULT([yes])
- PKG_CHECK_MODULES( CAIRO, cairo >= 1.8.0 )
+ PKG_CHECK_MODULES( CAIRO, cairo >= 1.12.0 )
CAIRO_CFLAGS=$(printf '%s' "$CAIRO_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g")
FilterLibs "${CAIRO_LIBS}"
CAIRO_LIBS="${filteredlibs}"