diff options
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | package/x11r7/xkeyboard-config/xkeyboard-config.mk | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,7 @@ Updated/fixed packages: cdrkit, file, gawk, intltool, iptables, libidn, lmbench, netperf, openssl, php, qt, sqlite, - tn5250, usbutils + tn5250, usbutils, xkeyboard-config Removed packages: modutils @@ -18,6 +18,7 @@ #1753: lmbench: convert to generic package infrastructure #1771: Fakeroot and the target/generic/device_table.txt create bad... #1807: LZMA 4.32.7, Required header file(s) are missing + #1813: xkeyboard-config fails to build because of intltool problem #1879: Bump iptables to 1.4.8 #1885: Add a bunch of lua modules #1897: Bump libusb to 1.0.7 diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk index 9c9c8b5cc..eb790b877 100644 --- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk +++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk @@ -10,6 +10,7 @@ XKEYBOARD_CONFIG_AUTORECONF = NO XKEYBOARD_CONFIG_INSTALL_STAGING = NO XKEYBOARD_CONFIG_INSTALL_TARGET = YES XKEYBOARD_CONFIG_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install +XKEYBOARD_CONFIG_DEPENDENCIES = host-intltool XKEYBOARD_CONFIG_CONF_OPT = GMSGFMT=/usr/bin/msgfmt |