forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
de68968f89
commit
802b006b37
@ -41,6 +41,7 @@
|
||||
|
||||
#ifdef GDK_WINDOWING_WAYLAND
|
||||
#include "wayland/gdkwayland.h"
|
||||
#include <pango/pangofc-fontmap.h>
|
||||
#endif
|
||||
|
||||
#ifdef GDK_WINDOWING_BROADWAY
|
||||
|
Loading…
Reference in New Issue
Block a user