rxvt-unicode: Disable lastlog on musl systems

it needs logwtmp implementation which is not there in musl

(From OE-Core rev: e27447fe6abc35860c5d99d9aa259f86b6a002b0)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2021-01-02 12:25:19 -08:00
committed by Richard Purdie
parent e698e66dd8
commit 34b1e06b5e

View File

@@ -30,7 +30,7 @@ EXTRA_OECONF = "--enable-xim \
--enable-combining --disable-perl \
--with-x=${STAGING_DIR_HOST}${prefix}"
EXTRA_OECONF_append_libc-musl = " --disable-wtmp"
EXTRA_OECONF_append_libc-musl = " --disable-wtmp --disable-lastlog"
PACKAGECONFIG ??= ""
PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification,"