From: nick Date: Mon, 29 Jun 2015 19:37:26 +0000 (+0100) Subject: settings: Include pangofc-fontmap.h header on Wayland X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~9255 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=802b006b3768ddc8c8cdf0af27428e7042c36509;p=gtk4.git settings: Include pangofc-fontmap.h header on Wayland In case the X11 backend is not enabled, we still need to include the pangofc-fontmap.h header file, as we use the Pango/FontConfig API in both the X11 and Wayland case. https://bugzilla.gnome.org/show_bug.cgi?id=751625 --- diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index 327faf5ab9..a40cb84479 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -41,6 +41,7 @@ #ifdef GDK_WINDOWING_WAYLAND #include "wayland/gdkwayland.h" +#include #endif #ifdef GDK_WINDOWING_BROADWAY