configure.ac: Depend on cairo 1.14.0

This is needed for cairo_set_device_scale()
This commit is contained in:
Javier Jardón
2014-10-25 20:23:16 +01:00
parent 36fedb0c4b
commit 710f332082
17 changed files with 7 additions and 75 deletions

View File

@ -1128,11 +1128,7 @@ _gdk_x11_screen_new (GdkDisplay *display,
/* we want this to be always non-null */
x11_screen->window_manager_name = g_strdup ("unknown");
#ifdef HAVE_CAIRO_SURFACE_SET_DEVICE_SCALE
scale_str = g_getenv ("GDK_SCALE");
#else
scale_str = "1";
#endif
if (scale_str)
{
x11_screen->fixed_window_scale = TRUE;