diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-22 10:35:04 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-22 21:44:19 +0100 |
commit | 6ddf4702647e46a09c15bedbe99017eaa10573e3 (patch) | |
tree | 29f1e4a15067c1768354408302532a83f24632d8 /package | |
parent | c482c5ab6f0a08f64c31ab4bd0896f9c2882c909 (diff) | |
download | buildroot-novena-6ddf4702647e46a09c15bedbe99017eaa10573e3.tar.gz buildroot-novena-6ddf4702647e46a09c15bedbe99017eaa10573e3.zip |
xkeyboard-config: bump to 2.0 to fix bug 2965
Closes #2965
For some odd reason, xkeyboard-config < 1.8 was creating a symbolic
link from /usr/share/X11/xkb/xkbcomp to the xkbcomp binary. But in
cross-compilation mode, this is absurd as the xkbcomp binary to which
the link is pointing is the one in $(HOST_DIR).
This symbolic link thing has been removed completely starting from
xkeyboard-config 1.9. See
http://cgit.freedesktop.org/xkeyboard-config/commit/?id=f413dff57e77e7b01461508f74b4e92d1dc8defd.
Therefore, we simply bump xkeyboard-config to the latest available
version, 2.0.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/x11r7/xkeyboard-config/xkeyboard-config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk index b9f1d6215..f5ad44d7f 100644 --- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk +++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk @@ -3,9 +3,9 @@ # xkeyboard-config # ############################################################# -XKEYBOARD_CONFIG_VERSION = 1.8 +XKEYBOARD_CONFIG_VERSION = 2.0 XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2 -XKEYBOARD_CONFIG_SITE = http://xlibs.freedesktop.org/xkbdesc +XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config/ XKEYBOARD_CONFIG_AUTORECONF = NO XKEYBOARD_CONFIG_INSTALL_STAGING = NO XKEYBOARD_CONFIG_INSTALL_TARGET = YES |