[OE-core] [PATCH 08/15] xkeyboard-config: Enable nls support explicitly

Khem Raj raj.khem at gmail.com
Tue May 23 23:50:16 UTC 2017


Drop this one, I have sent a v2

On Sun, May 21, 2017 at 10:00 PM, Khem Raj <raj.khem at gmail.com> wrote:
> Helps compile when distros disable NLS
>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb
> index d00904df21..d308e9b07b 100644
> --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb
> +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb
> @@ -19,6 +19,8 @@ SRC_URI[sha256sum] = "d1bfc72553c4e3ef1cd6f13eec0488cf940498b612ab8a0b362e7090c9
>  SECTION = "x11/libs"
>  DEPENDS = "intltool-native virtual/gettext util-macros libxslt-native"
>
> +USE_NLS = "yes"
> +
>  EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
>
>  FILES_${PN} += "${datadir}/X11/xkb"
> --
> 2.13.0
>



More information about the Openembedded-core mailing list