mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 18:07:43 +00:00
package/systemd: add --enable/disable-lz4
Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
22c571c785
commit
3734336b59
@ -56,7 +56,8 @@ config BR2_PACKAGE_SYSTEMD
|
|||||||
The selection of other packages will enable some features:
|
The selection of other packages will enable some features:
|
||||||
|
|
||||||
- acl package will add support for multi-seat.
|
- acl package will add support for multi-seat.
|
||||||
- xz package will add compression support in journal and coredump.
|
- xz and/or l4 packages will add compression support in
|
||||||
|
journal and coredump.
|
||||||
- libgcrypt package will add support for journal sealing and
|
- libgcrypt package will add support for journal sealing and
|
||||||
DNSSEC verification in resolved.
|
DNSSEC verification in resolved.
|
||||||
|
|
||||||
|
@ -87,6 +87,13 @@ else
|
|||||||
SYSTEMD_CONF_OPTS += --disable-bzip2
|
SYSTEMD_CONF_OPTS += --disable-bzip2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LZ4),y)
|
||||||
|
SYSTEMD_DEPENDENCIES += lz4
|
||||||
|
SYSTEMD_CONF_OPTS += --enable-lz4
|
||||||
|
else
|
||||||
|
SYSTEMD_CONF_OPTS += --disable-lz4
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XZ),y)
|
ifeq ($(BR2_PACKAGE_XZ),y)
|
||||||
SYSTEMD_DEPENDENCIES += xz
|
SYSTEMD_DEPENDENCIES += xz
|
||||||
SYSTEMD_CONF_OPTS += --enable-xz
|
SYSTEMD_CONF_OPTS += --enable-xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user