diff options
author | Javier Jardón <jjardon@gnome.org> | 2014-10-25 20:23:16 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2014-11-10 15:12:17 +0000 |
commit | 710f3320827b437bbcf4292203439a16e5117813 (patch) | |
tree | 4985598b1d694f03776bf2fbc1503d2f01e8e9f5 /config.h.win32.in | |
parent | 36fedb0c4b373272afc2d76a7c790d696ed48034 (diff) | |
download | gtk+-710f3320827b437bbcf4292203439a16e5117813.tar.gz |
configure.ac: Depend on cairo 1.14.0
This is needed for cairo_set_device_scale()
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index 8674291207..1cfb8e93e7 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -23,9 +23,6 @@ /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #define HAVE_BIND_TEXTDOMAIN_CODESET 1 -/* Define to 1 if you have the `cairo_surface_set_device_scale' function. */ -/* #undef HAVE_CAIRO_SURFACE_SET_DEVICE_SCALE */ - /* define if we have colord */ /* #undef HAVE_COLORD */ |