mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
systemd: add zstd PACKAGECONFIG
systemd supports using zstd compression for journald and core files. Add the necessary PACKAGECONFIG to enable zstd. (From OE-Core rev: 0e0f8b708beeb1f6add5168b92a5a6a2c8ce96cd) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
46e975c581
commit
47c32a99ae
@@ -199,6 +199,7 @@ PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false"
|
||||
PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon"
|
||||
PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz"
|
||||
PACKAGECONFIG[zlib] = "-Dzlib=true,-Dzlib=false,zlib"
|
||||
PACKAGECONFIG[zstd] = "-Dzstd=true,-Dzstd=false,zstd"
|
||||
|
||||
# Helper variables to clarify locations. This mirrors the logic in systemd's
|
||||
# build system.
|
||||
|
||||
Reference in New Issue
Block a user