mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
rxvt-unicode: Disable wtmp on musl
This is not supported features on musl Fixes ../../rxvt-unicode-9.22/src/../libptytty/src/logging.C:348:17: error: 'WTMPX_FILE' was not declared in this scope; did you mean 'WTMP_FILE'? | 348 | updwtmpx (WTMPX_FILE, &utx); | | ^~~~~~~~~~ (From OE-Core rev: 7cdf0e0e6790185f6d517b877f7566202277d3ba) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -30,6 +30,8 @@ EXTRA_OECONF = "--enable-xim \
|
||||
--enable-combining --disable-perl \
|
||||
--with-x=${STAGING_DIR_HOST}${prefix}"
|
||||
|
||||
EXTRA_OECONF_append_libc-musl = " --disable-wtmp"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification,"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user