info: Fix build when Wayland support isn't available
https://bugzilla.gnome.org/show_bug.cgi?id=728672
This commit is contained in:
parent
30cd94a59d
commit
6908c0da34
1 changed files with 4 additions and 0 deletions
|
@ -34,10 +34,14 @@
|
|||
#include <glibtop/mem.h>
|
||||
#include <glibtop/sysinfo.h>
|
||||
|
||||
#ifdef GDK_WINDOWING_WAYLAND
|
||||
#include <gdk/gdkwayland.h>
|
||||
#endif
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
#include <gdk/gdkx.h>
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glx.h>
|
||||
#endif
|
||||
|
||||
#include "gsd-disk-space-helper.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue