From 8bbc3037f20240c5e4d77fbdf4f1e83b49705e39 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Tue, 29 Sep 2020 13:05:04 +0200 Subject: Require cairo >= 1.12.0 Has been a requirement for a long time, but configure.ac and meson.build had not been updated. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 399a70c..0181f97 100644 --- a/meson.build +++ b/meson.build @@ -93,7 +93,7 @@ install_pkgconfigdir = install_libdir / 'pkgconfig' # cairomm_dep (created in cairomm/meson.build): # Dependencies when using the cairomm library. sigcxx_req = '>= 2.6.0' -cairo_req = '>= 1.10.0' +cairo_req = '>= 1.12.0' # There are pkg-config files for sigc++ on MSVC, so just use that. sigcxx_dep = dependency('sigc++-2.0', version: sigcxx_req) -- cgit v1.2.3