diff options
Diffstat (limited to 'package/x11r7')
-rw-r--r-- | package/x11r7/pthread-stubs/Config.in | 2 | ||||
-rw-r--r-- | package/x11r7/xkeyboard-config/xkeyboard-config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/x11r7/pthread-stubs/Config.in b/package/x11r7/pthread-stubs/Config.in index 6b1ddd0da..de13e87b9 100644 --- a/package/x11r7/pthread-stubs/Config.in +++ b/package/x11r7/pthread-stubs/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_PTHREAD_STUBS bool "pthread-stubs" help - This library provides weak aliases for pthread functions not + This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. http://xcb.freedesktop.org/ diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk index 209b6c543..d6e296f0e 100644 --- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk +++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk @@ -13,7 +13,7 @@ XKEYBOARD_CONFIG_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install XKEYBOARD_CONFIG_CONF_OPT = GMSGFMT=/usr/bin/msgfmt -XKEYBOARD_CONFIG_DEPENDENCIES = uclibc +XKEYBOARD_CONFIG_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package/x11r7,xkeyboard-config)) |