summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+3/no-x11-in-wayland.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+3/no-x11-in-wayland.patch')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+3/no-x11-in-wayland.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3/no-x11-in-wayland.patch b/meta/recipes-gnome/gtk+/gtk+3/no-x11-in-wayland.patch
new file mode 100644
index 0000000000..df0921acbd
--- /dev/null
+++ b/meta/recipes-gnome/gtk+/gtk+3/no-x11-in-wayland.patch
@@ -0,0 +1,32 @@
1The Wayland backend was including X11 headers, which won't work in a no-X11
2distro.
3
4Upstream-Status: Backport
5Signed-off-by: Ross Burton <ross.burton@intel.com>
6
7From 875b1d07ded377b20acbf1a10cae847f56de05b4 Mon Sep 17 00:00:00 2001
8From: Matthias Clasen <mclasen@redhat.com>
9Date: Thu, 23 May 2013 12:26:26 -0400
10Subject: [PATCH] Don't include X11 headers in wayland
11
12The include of X11/keysyms.h in gdkdevice-wayland.c was just
13a leftover.
14---
15 gdk/wayland/gdkdevice-wayland.c | 1 -
16 1 file changed, 1 deletion(-)
17
18diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c
19index c258be3..cd4a695 100644
20--- a/gdk/wayland/gdkdevice-wayland.c
21+++ b/gdk/wayland/gdkdevice-wayland.c
22@@ -32,7 +32,6 @@
23 #include "gdkdevicemanagerprivate.h"
24
25 #include <xkbcommon/xkbcommon.h>
26-#include <X11/keysym.h>
27
28 #include <sys/time.h>
29 #include <sys/mman.h>
30--
311.7.10.4
32