summaryrefslogtreecommitdiffstats
path: root/package/libgtk3/libgtk3-0004-Fix-undefined-reference-to-get_xkb.patch
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2014-11-11 11:15:21 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-11 15:38:52 +0100
commit2e6ace7d12b6991fd04bcbe7678ecff1f34f94c3 (patch)
tree27c97e8fe625c7ba9089492b2430e154c09aa0e5 /package/libgtk3/libgtk3-0004-Fix-undefined-reference-to-get_xkb.patch
parentaf14211012ad318d05007267c2ebaa6b1cf5ad1d (diff)
downloadbuildroot-2e6ace7d12b6991fd04bcbe7678ecff1f34f94c3.tar.gz
buildroot-2e6ace7d12b6991fd04bcbe7678ecff1f34f94c3.zip
libgtk3: rename patches to follow the new name structure
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libgtk3/libgtk3-0004-Fix-undefined-reference-to-get_xkb.patch')
-rw-r--r--package/libgtk3/libgtk3-0004-Fix-undefined-reference-to-get_xkb.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/package/libgtk3/libgtk3-0004-Fix-undefined-reference-to-get_xkb.patch b/package/libgtk3/libgtk3-0004-Fix-undefined-reference-to-get_xkb.patch
deleted file mode 100644
index c2f4b4fe0a..0000000000
--- a/package/libgtk3/libgtk3-0004-Fix-undefined-reference-to-get_xkb.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From b64a04250b1f35923434158beb6ddb5726b41eac Mon Sep 17 00:00:00 2001
-From: Eric Le Bihan <eric.le.bihan.dev@free.fr>
-Date: Mon, 27 Oct 2014 10:34:38 +0100
-Subject: [PATCH 1/1] Fix undefined reference to get_xkb()
-
-When configuring Gtk+ with --disable-xkb, the build fails because of an
-undefined reference to get_xkb().
-
-This patch fixes this issue.
-
-Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
----
- gdk/x11/gdkkeys-x11.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/gdk/x11/gdkkeys-x11.c b/gdk/x11/gdkkeys-x11.c
-index c45a971..6a5481b 100644
---- a/gdk/x11/gdkkeys-x11.c
-+++ b/gdk/x11/gdkkeys-x11.c
-@@ -1498,8 +1498,10 @@ gdk_x11_keymap_map_virtual_modifiers (GdkKeymap *keymap,
- int i, j;
- gboolean retval;
-
-+#ifdef HAVE_XKB
- if (KEYMAP_USE_XKB (keymap))
- get_xkb (keymap_x11);
-+#endif
-
- retval = TRUE;
-
---
-1.9.1
-
OpenPOWER on IntegriCloud