libgtk3: fix undefined reference to get_xkb()
commita9879f676d8c8ca8f3eac14a2c5193959d97d093
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Mon, 27 Oct 2014 12:56:16 +0000 (27 13:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 Oct 2014 17:58:05 +0000 (28 18:58 +0100)
treeeb459805078985600515d18fb9532d625f6aa721
parentd1e097b038d65c62f2a853b60e43b64174294bfd
libgtk3: fix undefined reference to get_xkb()

When configuring Gtk+ with --disable-xkb, the build fails because of an
undefined reference to get_xkb().

This issue as been reported upstream [1]. This patch fixes it.

Fixes:

http://autobuild.buildroot.net/results/513/513d79b97bb8ad0e5cd431c47c706b5ec87a9882/
http://autobuild.buildroot.net/results/0c3/0c3f1df92481852622445478d2239371fc818f41/

[1] https://bugzilla.gnome.org/show_bug.cgi?id=739070

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libgtk3/libgtk3-0004-Fix-undefined-reference-to-get_xkb.patch [new file with mode: 0644]